Apply animation more smoothly
This commit is contained in:
parent
ea99c3cf71
commit
ce93c2a287
@ -420,9 +420,12 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[treestyletab-highlighted='true'] {
|
||||
outline: Highlight solid 0.2em;
|
||||
.tabbrowser-tab[treestyletab-highlighted] {
|
||||
outline: transparent solid 0.2em;
|
||||
outline-offset: -0.2em;
|
||||
-moz-outline-radius: 0.25em;
|
||||
outline-radius: 0.25em;
|
||||
}
|
||||
.tabbrowser-tab[treestyletab-highlighted='notifying'] {
|
||||
outline: Highlight solid 0.2em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user