mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Added an outline to the urlbar on light mode, b=(no-bug), c=common
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
box-shadow: 0px 0px 90px -10px rgba(0, 0, 0, 0.6) !important;
|
||||
backdrop-filter: none !important;
|
||||
border-radius: 1.1rem !important;
|
||||
outline: 0.5px solid rgba(255, 255, 255, 0.15) !important;
|
||||
outline: 0.5px solid light-dark(rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0.15)) !important;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user