use of component-level CSS custom properties
2 open threads
Closes #3353641
Merge request reports
Activity
152 } 153 154 .password-strength__bar.is-fair { 155 border-color: var(--password-strength-bar-fair-border-color); 156 background-color: var(--password-strength-bar-fair-bg-color); 157 } 158 159 .password-strength__bar.is-good { 160 border-color: var(--password-strength-bar-good-border-color); 161 background-color: var(--password-strength-bar-good-bg-color); 162 } 163 164 .password-strength__bar.is-strong { 165 border-color: var(--password-strength-bar-strong-border-color); 166 background-color: var(--password-strength-bar-strong-bg-color); 167 } added 1 commit
- e2bcce57 - Addressed the comment 7 and removed the unnecessary local scoped code
added 1 commit
- f37f64ef - Variables scope updated in form password confirm pcss file
added 308 commits
-
f37f64ef...720d213c - 305 commits from branch
project:10.1.x
- 278cba47 - use of component-level CSS custom properties
- 9a816fe5 - Addressed the comment 7 and removed the unnecessary local scoped code
- 26434cda - Variables scope updated in form password confirm pcss file
Toggle commit list-
f37f64ef...720d213c - 305 commits from branch
Please register or sign in to reply