Skip to content

Commit

Permalink
gtk: Fix disabled text color in selected row
Browse files Browse the repository at this point in the history
  • Loading branch information
nana-4 committed Mar 15, 2019
1 parent 86fdf76 commit fd4ad96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/_sass/gtk/_common-3.20.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2795,6 +2795,11 @@ row {

button image,
button label { color: inherit; }

&:disabled {
image,
label { color: $text-disabled; }
}
}
}

Expand Down

0 comments on commit fd4ad96

Please sign in to comment.