mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
HighContrast: Add a missing unit
This commit is contained in:
parent
907fade7d0
commit
474d6bec85
@ -1085,7 +1085,7 @@ treeview.view {
|
||||
padding: 3px 6px;
|
||||
border-style: none solid solid none;
|
||||
border-radius: 0;
|
||||
border-width: 1;
|
||||
border-width: 1px;
|
||||
background-image: none;
|
||||
border-color: mix($backdrop_fg_color, $backdrop_bg_color,50%);
|
||||
text-shadow: none;
|
||||
|
@ -1232,7 +1232,7 @@ treeview.view header button, treeview.view header button:hover, treeview.view he
|
||||
padding: 3px 6px;
|
||||
border-style: none solid solid none;
|
||||
border-radius: 0;
|
||||
border-width: 1;
|
||||
border-width: 1px;
|
||||
background-image: none;
|
||||
border-color: gray;
|
||||
text-shadow: none; }
|
||||
|
Loading…
Reference in New Issue
Block a user