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