- Issue created by @Grimreaper
- @grimreaper opened merge request.
- Assigned to pdureau
- Status changed to Needs work
over 1 year ago 2:43pm 30 March 2023 - 🇫🇷France Grimreaper France 🇫🇷
I think I will get the same comment as in ✨ CSS variable to override the required form input background-image Fixed :).
I also have to provide an example of SASS compiled file in the subtheme example.
- Assigned to Grimreaper
- 🇫🇷France pdureau Paris
There a no CSS variable you can use instead of hardcoding color values?
.password-strength__indicator.is-weak { background-color: var(--bs-warning); } .password-strength__indicator.is-fair { background-color: var(--bs-info); } .password-strength__indicator.is-good { background-color: var(--bs-success); }
- 🇫🇷France Grimreaper France 🇫🇷
Clever guy!
I was tunnel visionned on ✨ CSS variable to override the required form input background-image Fixed Where CSS variables could not be used in url().
But here it can be used directly!
-
Grimreaper →
committed 28b7f9ee on 5.0.x
Issue #3345262 by Grimreaper, pdureau: Password confirm form element
-
Grimreaper →
committed 28b7f9ee on 5.0.x
- Issue was unassigned.
- Status changed to Fixed
over 1 year ago 3:13pm 31 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.