Skip to content

Commit

Permalink
theme: Use the proper style class names for the dialog buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMcc committed Sep 22, 2024
1 parent 2514e5a commit 212b12d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions data/theme/cinnamon-sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ stage {
%dialog_button_default {
@extend %dialog_button;

// border-color: darken($accent_bg_color, 20%);

@include button(normal, $c: $accent_bg_color, $style: default);
&:hover { @include button(hover, $c: $accent_bg_color, $style: default); }
&:active { @include button(active, $c: $accent_bg_color, $style: default); }
Expand All @@ -92,8 +90,6 @@ stage {
%dialog_button_destructive {
@extend %dialog_button;

// border-color: darken($error_bg_color, 20%);

@include button(normal, $c: $error_bg_color, $style: default);
&:hover { @include button(hover, $c: $error_bg_color, $style: default); }
&:active { @include button(active, $c: $error_bg_color, $style: default); }
Expand Down
2 changes: 1 addition & 1 deletion data/theme/cinnamon-sass/widgets/_dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
max-width: 28em;
}

.dialog-linked-button {
.dialog-button {
@extend %dialog_button;

&:default { @extend %dialog_button_default; }
Expand Down

0 comments on commit 212b12d

Please sign in to comment.