Skip to content

Commit 5e1c3a9

Browse files
mfreed7chromium-wpt-export-bot
authored andcommitted
Remove color space from hover/active ::interest-button styles
See conversation here: w3c/csswg-drafts#12437 (comment) Bug: 453705247 Change-Id: I90da87bedc691178216ec3b953e58de35bcd6765 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7877216 Auto-Submit: Mason Freed <masonf@chromium.org> Reviewed-by: David Baron <dbaron@chromium.org> Commit-Queue: David Baron <dbaron@chromium.org> Cr-Commit-Position: refs/heads/main@{#1637377}
1 parent d99447a commit 5e1c3a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

html/semantics/interestfor/resources/interest-button-styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
}
1515

1616
.fake-interest-button:hover {
17-
background-color: color-mix(in lab, currentColor 10%, transparent);
17+
background-color: color-mix(currentColor 10%, transparent);
1818
}
1919

2020
.fake-interest-button:active {
21-
background-color: color-mix(in lab, currentColor 20%, transparent);
21+
background-color: color-mix(currentColor 20%, transparent);
2222
}
2323

0 commit comments

Comments
 (0)