mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
Refactor transition properties for improved readability in zen-glance.css
This commit is contained in:
@@ -29,7 +29,9 @@
|
|||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
background: light-dark(rgb(24, 24, 24), rgb(231, 231, 231));
|
background: light-dark(rgb(24, 24, 24), rgb(231, 231, 231));
|
||||||
transition: background 0.05s ease, scale 0.05s ease;
|
transition:
|
||||||
|
background 0.05s ease,
|
||||||
|
scale 0.05s ease;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.07);
|
box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.07);
|
||||||
|
Reference in New Issue
Block a user