FF: fix transition-bug-suppressor condition
This commit is contained in:
parent
e32fecd1e3
commit
0ba3cfb725
|
@ -5,7 +5,7 @@
|
|||
|
||||
<style id="firefox-transitions-bug-suppressor">
|
||||
/* restrict to FF */
|
||||
@-moz-document url-prefix("") {
|
||||
@supports (-moz-appearance:none) {
|
||||
/* increased specificity to override sane selectors in user styles */
|
||||
html#stylus.firefox #stylus-edit #header *,
|
||||
html#stylus.firefox #stylus-edit #sections * {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
outline: -webkit-focus-ring-color auto 5px;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
@-moz-document url-prefix("") {
|
||||
@supports (-moz-appearance:none) {
|
||||
/* restrict to FF */
|
||||
.CodeMirror-focused {
|
||||
outline: #7dadd9 auto 1px;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<style id="firefox-transitions-bug-suppressor">
|
||||
/* restrict to FF */
|
||||
@-moz-document url-prefix("") {
|
||||
@supports (-moz-appearance:none) {
|
||||
/* increased specificity to override sane selectors in user styles */
|
||||
html#stylus.firefox #stylus-manage #header * {
|
||||
transition: none !important;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<style id="firefox-transitions-bug-suppressor">
|
||||
/* restrict to FF */
|
||||
@-moz-document url-prefix("") {
|
||||
@supports (-moz-appearance:none) {
|
||||
/* increased specificity to override sane selectors in user styles */
|
||||
html#stylus.firefox #options *, #stylus #notes * {
|
||||
transition: none !important;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<style id="firefox-transitions-bug-suppressor">
|
||||
/* restrict to FF */
|
||||
@-moz-document url-prefix("") {
|
||||
@supports (-moz-appearance:none) {
|
||||
/* increased specificity to override sane selectors in user styles */
|
||||
html#stylus.firefox #stylus-popup #actions * {
|
||||
transition: none !important;
|
||||
|
|
Loading…
Reference in New Issue
Block a user