Remove unprefixed CSS properties which are not in any spec

Plus fix nits
* Remove forgotten -moz-box-shadow
* Remove duplicated declaration
* Fix typo
This commit is contained in:
asamuzaK (Kazz) 2016-08-06 08:25:53 +09:00
parent 47cd769ad1
commit 2cc4ca66f7
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;
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
* max-width to fire transitionend event.
*/

View File

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

View File

@ -320,7 +320,6 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
/* pinned tabs */
.tabbrowser-tabs[treestyletab-mode="vertical"][positionpinnedtabs="true"] {
padding-start: 0 !important;
-moz-padding-start: 0 !important;
}
@ -413,8 +412,6 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
right: 0;
top: 0;
transition: 1s opacity ease-out;
transition: 1s opacity ease-out;
user-focus: ignore;
z-index: 99999;
-moz-user-focus: ignore;
}
@ -435,7 +432,6 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
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;