Fix blinking in older browsers; allow 4chan's blinking animations to work.
This commit is contained in:
parent
51347ee140
commit
fcebc1504c
@ -115,8 +115,9 @@ body > div[style*=" top: -10000px;"] {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.blink {
|
||||
animation: none !important;
|
||||
:root.blink {
|
||||
-webkit-animation: none;
|
||||
animation: none;
|
||||
}
|
||||
|
||||
/* Ads */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user