We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1062854 commit d4cb5f4Copy full SHA for d4cb5f4
RELEASENOTES.general.md
@@ -1,6 +1,11 @@
1
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
2
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
3
4
+## 2.21.4 - Upcoming
5
+
6
+## Fixed
7
+- Updated disabled checkbox-toggle color.
8
9
## 2.21.3 - June 29, 2023
10
11
## Fixed
ui/components/checkbox-toggle/base/_index.scss
@@ -229,7 +229,7 @@
229
230
&:after {
231
// @todo consider shared hooks for inputs
232
- background-color: var(--slds-g-color-neutral-base-80, #{$color-background-input-checkbox-disabled});
+ background-color: var(--slds-g-color-neutral-base-90, #{$color-background-input-checkbox-disabled});
233
}
234
235
&:hover,
0 commit comments