Merge pull request #1164 from asamuzaK/remove-unprefixed-props

Remove unprefixed CSS properties which are not in any spec.
Reasons: https://github.com/piroor/treestyletab/issues/1162#issuecomment-237954306
This commit is contained in:
YUKI "Piro" Hiroshi 2016-08-06 11:54:18 +09:00 committed by GitHub
commit 2d9df4c712
3 changed files with 1 additions and 6 deletions

View File

@ -286,7 +286,7 @@ tabs.tabbrowser-tabs[treestyletab-tabbar-position="left"][treestyletab-invert-sc
min-height: 1px !important; min-height: 1px !important;
opacity: 0 !important; opacity: 0 !important;
/** /**
* Sometimes "transitionend" event for "max-width" doesn't fire so ghotst * Sometimes "transitionend" event for "max-width" doesn't fire so ghost
* tabs are left. To do cleanup process forcedly, we have to re-define new * tabs are left. To do cleanup process forcedly, we have to re-define new
* max-width to fire transitionend event. * max-width to fire transitionend event.
*/ */

View File

@ -9,7 +9,6 @@
background: transparent !important; background: transparent !important;
border: 0 none !important; border: 0 none !important;
box-shadow: none !important; box-shadow: none !important;
-moz-box-shadow: none !important;
margin: 0 !important; margin: 0 !important;
padding: 0 !important; padding: 0 !important;
} }

View File

@ -320,7 +320,6 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
/* pinned tabs */ /* pinned tabs */
.tabbrowser-tabs[treestyletab-mode="vertical"][positionpinnedtabs="true"] { .tabbrowser-tabs[treestyletab-mode="vertical"][positionpinnedtabs="true"] {
padding-start: 0 !important;
-moz-padding-start: 0 !important; -moz-padding-start: 0 !important;
} }
@ -413,8 +412,6 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
right: 0; right: 0;
top: 0; top: 0;
transition: 1s opacity ease-out; transition: 1s opacity ease-out;
transition: 1s opacity ease-out;
user-focus: ignore;
z-index: 99999; z-index: 99999;
-moz-user-focus: ignore; -moz-user-focus: ignore;
} }
@ -435,7 +432,6 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
outline: transparent solid 0.2em; outline: transparent solid 0.2em;
outline-offset: -0.2em; outline-offset: -0.2em;
-moz-outline-radius: 0.25em; -moz-outline-radius: 0.25em;
outline-radius: 0.25em;
} }
.tabbrowser-tab[treestyletab-highlighted='notifying'] { .tabbrowser-tab[treestyletab-highlighted='notifying'] {
outline: Highlight solid 0.2em; outline: Highlight solid 0.2em;