Apply animation more smoothly

This commit is contained in:
Piro / YUKI Hiroshi 2016-02-13 04:57:30 +09:00
parent ea99c3cf71
commit ce93c2a287

View File

@ -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;
}