holygrail2 1.0.41 → 1.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scss/elements/_form.scss +2 -2
package/package.json
CHANGED
package/scss/elements/_form.scss
CHANGED
|
@@ -418,7 +418,7 @@ label {
|
|
|
418
418
|
select:-webkit-autofill,
|
|
419
419
|
select:-webkit-autofill:hover,
|
|
420
420
|
select:-webkit-autofill:focus {
|
|
421
|
-
border: 1px solid $c-middle-grey;
|
|
421
|
+
border-bottom: 1px solid $c-middle-grey;
|
|
422
422
|
-webkit-text-fill-color: $c-primary;
|
|
423
423
|
box-shadow: 0 0 0 1000px $c-white inset;
|
|
424
424
|
transition: background-color 5000s ease-in-out 0s;
|
|
@@ -603,7 +603,7 @@ label {
|
|
|
603
603
|
select:-webkit-autofill,
|
|
604
604
|
select:-webkit-autofill:hover,
|
|
605
605
|
select:-webkit-autofill:focus {
|
|
606
|
-
border: 1px solid $c-white;
|
|
606
|
+
border-bottom: 1px solid $c-white;
|
|
607
607
|
-webkit-text-fill-color: $c-white;
|
|
608
608
|
box-shadow: 0 0 0 1000px $c-primary inset;
|
|
609
609
|
}
|