Merge pull request #299 from Safelite/CSR-446-fix-bold-error-border
Update style related to border thickness on error.
This commit is contained in:
commit
b1d61d23a0
2 changed files with 3 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
border: 1px solid $red;
|
border: 1px solid $red;
|
||||||
color: $red;
|
color: $red;
|
||||||
label {
|
label {
|
||||||
box-shadow: 0 0 1px $red;
|
box-shadow: 0 0 1px $red !important;
|
||||||
border-radius: .5rem;
|
border-radius: .5rem;
|
||||||
}
|
}
|
||||||
input[type=checkbox]:focus + label,
|
input[type=checkbox]:focus + label,
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
input[type=checkbox]:focus + label,
|
input[type=checkbox]:focus + label,
|
||||||
input[type=radio]:focus + label {
|
input[type=radio]:focus + label {
|
||||||
box-shadow: 0 0 0 2.5px $red;
|
box-shadow: 0 0 1px $red !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.ui-radio,
|
&.ui-radio,
|
||||||
|
|
|
||||||
|
|
@ -56,11 +56,7 @@ export default {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
background: linear-gradient(
|
background: linear-gradient(270deg, $blue-500 0%, $blue-700 100%);
|
||||||
270deg,
|
|
||||||
rgba(6, 87, 124, 1) 0%,
|
|
||||||
rgba(6, 87, 124, 1) 100%
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
&:focus, // Mouse, touch, stylus focus
|
&:focus, // Mouse, touch, stylus focus
|
||||||
&:focus-visible {
|
&:focus-visible {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue