Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
32ea922
update emotion color value variables
chad1008 Oct 25, 2022
bd8d776
update AnglePickerControl component color variables
chad1008 Oct 25, 2022
19a4342
simplify AnglePickerControl color declaration
chad1008 Oct 26, 2022
3ca9aac
update Autocomplete color variable
chad1008 Oct 26, 2022
2b4b9d3
update BaseField snapshot color variable
chad1008 Oct 26, 2022
d4738d9
update CheckboxControl color variables
chad1008 Oct 26, 2022
6c927e0
add explicit border color to CheckboxControl input when focused
chad1008 Oct 26, 2022
6ab0cd9
update ColorPalette color variable
chad1008 Oct 26, 2022
f60dd7b
update DropZone color variable
chad1008 Oct 26, 2022
ce2d6b6
update FormToggle color variable
chad1008 Oct 26, 2022
014fc5d
update FormTokenfield color variables
chad1008 Oct 26, 2022
4ca7afb
update navigate-regions color variables
chad1008 Oct 26, 2022
0be1ffb
update CheckboxControl's overrides for @wordpress/base-styles mixins
chad1008 Oct 26, 2022
324fd16
update FormTokenField's overrides for @wordpress/base-styles mixins
chad1008 Oct 26, 2022
c9183b0
update MenuItem color variable
chad1008 Oct 26, 2022
3b9fc6d
update Notice color variable
chad1008 Oct 26, 2022
63ce620
update Panel color variable
chad1008 Oct 26, 2022
487d7ec
update RangeControl color variables
chad1008 Oct 26, 2022
c8b8872
update ResizableBox color variables
chad1008 Oct 26, 2022
8cc2715
update SearchControl color variable
chad1008 Oct 26, 2022
f66c05f
update SearchControl's override for @wordpress/base-styles mixins
chad1008 Oct 26, 2022
891fc6f
update SnackBar color variable
chad1008 Oct 26, 2022
98f1898
update Spinner color variable
chad1008 Oct 26, 2022
1bd21f4
update TabPanel color variables
chad1008 Oct 27, 2022
f0c9bfb
update ToggleGroupControl snapshot color variables
chad1008 Oct 27, 2022
a03c416
update ToolsPanel color variable
chad1008 Oct 27, 2022
920fc07
update utils/input color variables (used for TextAreaControl)
chad1008 Oct 27, 2022
95a90a0
Add override for block mover handle focused state
chad1008 Oct 27, 2022
06ac815
update CHANGELOG
chad1008 Oct 27, 2022
b46a409
update `Notice` Readme
chad1008 Oct 27, 2022
afbde74
update preferences modal unit test snapshot
chad1008 Nov 1, 2022
ed277e0
update post-publish-panel unit test snapshot
chad1008 Nov 1, 2022
7b5a322
add missing semicolon
chad1008 Nov 1, 2022
78fe867
Revert all @base-styles overrides to be addressed separately
chad1008 Nov 3, 2022
a4151e4
expose COLORS.ui.themeDark10 for uses where it makes more sense seman…
chad1008 Nov 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update CheckboxControl's overrides for @wordpress/base-styles mixins
  • Loading branch information
chad1008 committed Nov 1, 2022
commit 0be1ffb510dc27bce6ccc65e63a3466dc299918f
3 changes: 2 additions & 1 deletion packages/components/src/checkbox-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ $checkbox-input-size-sm: 24px; // Width & height for small viewports.
}

&:checked,
&:indeterminate {
&:indeterminate,
&[aria-checked="mixed"] {
background: $components-color-accent;
border-color: $components-color-accent;

Expand Down