Remove bold text on buttons and tabs

This commit is contained in:
EliverLara
2020-03-25 13:06:59 -06:00
parent 4d8d2c0969
commit b12f7de05a
5 changed files with 21 additions and 21 deletions

View File

@@ -119,7 +119,7 @@ headerbar.selection-mode button.titlebutton,
@at-root %nobg_selected_items, & {
color: $selected_fg_color;
font-weight: bold;
font-weight: normal;
//&:hover{background-color: transparent;}
@if $variant == 'light' { outline-color: transparentize($selected_fg_color, 0.7); }