Skip to content

Commit

Permalink
Minor muted selected border color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dancormier committed Nov 15, 2024
1 parent ec560b5 commit 838e25a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion lib/components/button/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
.highcontrast-mode({
--_bu-bc: currentColor;
--_bu-outlined-bc: var(--_bu-bc);
--_bu-bc-selected: var(--_bu-bg);
--_bu-fc-selected: var(--white);
--_bu-outlined-fc-selected: var(--white);
--_bu-badge-o: 0.8;
Expand Down Expand Up @@ -331,6 +330,7 @@
--_bu-number-fc-focus: var(--black-500);

.highcontrast-mode({
--_bu-bc-hover: currentColor;
--_bu-bg-hover: var(--black-225);
// // The filled modifier on the muted button is deprecated and is to be
// // removed in Stacks Classic v2
Expand All @@ -340,6 +340,7 @@
--_bu-filled-bg-selected: var(--black-500);
--_bu-filled-fc: var(--white);
--_bu-filled-fc-selected: var(--_bu-filled-fc);
--_bu-bc-selected: currentColor;
--_bu-fc-selected: var(--black);
--_bu-number-fc: var(--white);
--_bu-number-fc-filled: var(--black);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 838e25a

Please sign in to comment.