theme: Searchbar with no border

- don't do stroke on search entry, sync with all other entries
- Tobias' GUADEC mini initiated
This commit is contained in:
Jakub Steiner 2021-07-22 13:19:50 +02:00
parent 678b06fc7e
commit a3412150cd

View file

@ -10,13 +10,12 @@ $search_entry_height: 36px;
border-radius: $search_entry_height * 0.5; // half the height
color: transparentize($fg_color,0.3);
background-color: $bg_color;
border-color: $borders_color;
border-color: transparent;
margin-top: $base_spacing * 2;
margin-bottom: $base_spacing;
&:hover {
background-color: $hover_bg_color;
border-color: $hover_borders_color;
color: $hover_fg_color;
}