Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit bf7e357

Browse files
committed
Fix hovered/active toolbar button style
1 parent 0a47cc7 commit bf7e357

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/style.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ $toolbarHeight: 50px;
6666
cursor: pointer;
6767
opacity: 0.7;
6868

69-
:hover {
69+
&:hover {
7070
opacity: 1;
7171
}
7272

73-
:active {
73+
&:active {
7474
opacity: 0.7;
7575
}
7676
}
@@ -166,11 +166,11 @@ $toolbarHeight: 50px;
166166
border: none;
167167
opacity: 0.7;
168168

169-
:hover {
169+
&:hover {
170170
opacity: 1;
171171
}
172172

173-
:active {
173+
&:active {
174174
outline: none;
175175
}
176176
}
@@ -179,7 +179,7 @@ $toolbarHeight: 50px;
179179
cursor: default;
180180
opacity: 0.5;
181181

182-
:hover {
182+
&:hover {
183183
opacity: 0.5;
184184
}
185185
}

0 commit comments

Comments
 (0)