FF: fix transition-bug-suppressor condition

This commit is contained in:
tophf 2017-12-02 19:38:03 +03:00
parent e32fecd1e3
commit 0ba3cfb725
5 changed files with 5 additions and 5 deletions

View File

@ -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 * {

View File

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

View File

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

View File

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

View File

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