mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 16:39:52 +01:00
Gnome: Fix dark text color in nautilus searchbar
This commit is contained in:
@@ -182,6 +182,24 @@ headerbar {
|
||||
.linked > button:backdrop {
|
||||
@extend %linked-header;
|
||||
}
|
||||
|
||||
.linked:not(.vertical) > entry, entry {
|
||||
border-color:$borders_color;
|
||||
box-shadow: none;
|
||||
background: lighten($headerbar_color, 3%);
|
||||
color: $headerbar_fg_color;
|
||||
caret-color: $headerbar_fg_color;
|
||||
*{ color: $headerbar_fg_color; }
|
||||
&:focus {
|
||||
border-color: entry_focus_border();
|
||||
}
|
||||
&:backdrop {
|
||||
background: lighten($headerbar_color, 3%); ;
|
||||
}
|
||||
& image:hover{
|
||||
color:$selected_bg_color;
|
||||
}
|
||||
}
|
||||
// End reset style
|
||||
|
||||
&.selection-mode {
|
||||
|
||||
Reference in New Issue
Block a user