mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
fixed special buttons foreground color, plus adjusted backdrop selected color
This commit is contained in:
parent
9d17a971ad
commit
6c1ab52306
10 changed files with 348 additions and 335 deletions
|
|
@ -690,7 +690,7 @@ button {
|
|||
@each $b_type, $b_color in (suggested-action, $selected_bg_color),
|
||||
(destructive-action, $destructive_color) {
|
||||
&.#{$b_type} {
|
||||
@include button(normal, $b_color, white);
|
||||
@include button(normal, $b_color, if(lightness($b_color)>50%, black, white));
|
||||
@include focus-ring($fc: $alt_focus_border_color);
|
||||
|
||||
&.flat {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue