Skip to content

Commit 1470b37

Browse files
authored
Merge pull request #860 from jsonwebtoken/jt/hover-state-encoder
Add hover state to encoder/decoder button
2 parents 499daf8 + f55ffc1 commit 1470b37

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)