We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02de677 commit e744b02Copy full SHA for e744b02
1 file changed
core/css/inputs.scss
@@ -248,6 +248,11 @@ input {
248
249
/* only show confirm borders if input is not focused */
250
&:not(:active):not(:hover):not(:focus){
251
+ &:invalid {
252
+ + .icon-confirm {
253
+ border-color: var(--color-error);
254
+ }
255
256
+ .icon-confirm {
257
&:active,
258
&:hover,
@@ -263,11 +268,6 @@ input {
263
268
264
269
265
270
&:focus {
266
- &:invalid {
267
- + .icon-confirm {
- border-color: var(--color-error);
- }
271
272
border-color: var(--color-primary-element) !important;
273
border-left-color: transparent !important;
0 commit comments