@pocketprep/ui-kit 3.4.27 → 3.4.28
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.
|
@@ -471,7 +471,7 @@ export default class Select extends Vue {
|
|
|
471
471
|
caret-color: $brand-blue;
|
|
472
472
|
padding: 9px 11px;
|
|
473
473
|
font-size: 15px;
|
|
474
|
-
line-height:
|
|
474
|
+
line-height: 20px;
|
|
475
475
|
width: 100%;
|
|
476
476
|
height: 36px;
|
|
477
477
|
box-sizing: border-box;
|
|
@@ -510,13 +510,13 @@ export default class Select extends Vue {
|
|
|
510
510
|
}
|
|
511
511
|
|
|
512
512
|
&--disabled {
|
|
513
|
-
background: $gray-background;
|
|
514
|
-
border: 1px solid $
|
|
515
|
-
color: $slate
|
|
513
|
+
background-color: $gray-background;
|
|
514
|
+
border: 1px solid rgba($pewter, 0.5);
|
|
515
|
+
color: $slate;
|
|
516
516
|
|
|
517
517
|
&--dark {
|
|
518
|
-
|
|
519
|
-
background-color: $moonlit-ocean;
|
|
518
|
+
color: $steel;
|
|
519
|
+
background-color: rgba($moonlit-ocean, 0.5);
|
|
520
520
|
}
|
|
521
521
|
}
|
|
522
522
|
}
|