mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 14:56:14 +00:00
fix: update CSS media queries for Linux and remove unused border color variable
This commit is contained in:
@@ -7,7 +7,7 @@ panel[type='arrow'][animate='open'] {
|
||||
@media (-moz-platform: macos) {
|
||||
animation: zen-jello-animation-macos 0.4s ease-out;
|
||||
}
|
||||
@media not (-moz-platform: macos) {
|
||||
@media (-moz-platform: linux) {
|
||||
&::part(content) {
|
||||
animation: zen-jello-animation 0.35s ease;
|
||||
}
|
||||
|
Reference in New Issue
Block a user