Skip to content

Commit

Permalink
Toolbar button improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Sep 3, 2023
1 parent 8a3c5a1 commit 20bca99
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@
--subhead-btn-accent: var(--template-bg-dark);
}

@if $enable-dark-mode {
@include color-mode(dark) {
&.btn-info {
--subhead-btn-accent: var(--template-bg-light);
}
}
}

&.btn-action {
--subhead-btn-accent: var(--template-bg-dark);
display: flex;
Expand All @@ -100,6 +108,14 @@
}
}

@if $enable-dark-mode {
@include color-mode(dark) {
&.btn-action {
--subhead-btn-accent: var(--template-bg-light);
}
}
}

&[disabled],
&.dropdown-toggle[disabled] {
--subhead-btn-accent: var(--template-bg-dark);
Expand Down

0 comments on commit 20bca99

Please sign in to comment.