Skip to content

Commit f55ffc1

Browse files
committed
add hover state to encoder/decoder button
1 parent 499daf8 commit f55ffc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/features/debugger/components/debugger-toolbar/debugger-toolbar.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
}
4747
}
4848

49+
.titleTab:hover {
50+
opacity: 1;
51+
}
52+
4953
.titleTab__compactLabel {
5054
@media #{$tablet} {
5155
display: none;

0 commit comments

Comments
 (0)