Improved default button visibility

This commit is contained in:
eudaimon 2024-03-01 20:12:17 +01:00
parent beb77a1bdb
commit 8d19378841
1 changed files with 5 additions and 3 deletions

View File

@ -339,7 +339,7 @@ check:indeterminate, radio:indeterminate {
border-style: dashed;
}
/* .destructive-action, .suggested-action */
/* .destructive-action, .suggested-action, default button */
.destructive-action:not(:disabled), .destructive:not(:disabled) {
background-color: @destructive_bg_color;
@ -351,8 +351,10 @@ border-style: dashed;
color: @success_fg_color;
}
button.default:not(:disabled) {
border-color: @success_color;
.default > label {
font-weight: bold;
text-decoration: underline;
}
/* scale, slider, switch */