mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-11 17:29:45 +00:00
Merge pull request #122 from philsherry/issue-109-title-bar-does-not-respect-prefers-reduced-motion
fix(a11y): fix an accessibility bug
This commit is contained in:
commit
dbc28d731f
@ -97,6 +97,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (prefers-reduced-motion: reduce) {
|
||||||
|
.neon,
|
||||||
|
.scanlines {
|
||||||
|
animation: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.app-icon {
|
.app-icon {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user