-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix(checkbox): Fixed hover focus colors for unchecked checkbox #4868
Conversation
f81594d
to
7bc94eb
Compare
Codecov Report
@@ Coverage Diff @@
## master #4868 +/- ##
==========================================
+ Coverage 98.86% 98.88% +0.01%
==========================================
Files 119 119
Lines 5650 5823 +173
Branches 749 778 +29
==========================================
+ Hits 5586 5758 +172
- Misses 63 64 +1
Partials 1 1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4868 +/- ##
==========================================
- Coverage 99.16% 98.86% -0.31%
==========================================
Files 119 119
Lines 5650 5650
Branches 749 749
==========================================
- Hits 5603 5586 -17
- Misses 46 63 +17
Partials 1 1
Continue to review full report at Codecov.
|
d16ba6f
to
0145eb4
Compare
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Ready for re-review. |
🤖 Beep boop! Screenshot test report 🚦8 screenshots changed from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Side Note - I see the secondary color flash when after animation. But I think we might already have a bug for this.
c68d27a
to
b606e90
Compare
4176292
to
e8046e0
Compare
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
🤖 Beep boop! Screenshot test report 🚦9 screenshots changed from |
🤖 Beep boop! Screenshot test report 🚦9 screenshots changed from |
🤖 Beep boop! Screenshot test report 🚦9 screenshots changed from |
Description
mdc-checkbox-focus-indicator
mixin to allow customizing ripple color for checked checkboxes. Previouslymdc-checkbox-focus-indicator
use to only set color for JS disabled checkboxes.mdc-checkbox-focus-indicator
mixin to.mdc-checkbox
class name since this mixin uses state selectors such as--selected
with root class.--selected
class name for checked checkboxes.Refs #2949