Skip to content

Commit 98f4c20

Browse files
committed
version bump
1 parent 02a393e commit 98f4c20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/colors/brand-states.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.interactive {
1+
.interactive:not(:disabled) {
22
&.primary {
33
&:hover {
44
color: var(--primary-hover);

lib/colors/grayscale-states.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.interactive {
1+
.interactive:not(:disabled) {
22
&.white {
33
color: var(--softgray);
44
background: white;

0 commit comments

Comments
 (0)