Remove bold text on buttons and tabs

This commit is contained in:
EliverLara
2020-03-25 13:06:59 -06:00
parent e6af80ca9b
commit 0c09c6c4de
5 changed files with 26 additions and 26 deletions

View File

@@ -153,7 +153,7 @@ notebook {
outline-offset: -5px;
color: $insensitive_fg_color;
font-weight: bold;
font-weight: normal;
border-width: 1px; // for reorderable tabs
border-color: transparent; //

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); }