@appscode/design-system 2.0.32-alpha.2 → 2.0.32-alpha.4
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/main.scss
CHANGED
package/package.json
CHANGED
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
font-size: 13px;
|
|
398
398
|
|
|
399
399
|
&:hover {
|
|
400
|
-
border-color: $primary
|
|
400
|
+
border-color: $primary;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
&.bg-white {
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
|
|
445
445
|
span.eye {
|
|
446
446
|
i.fa {
|
|
447
|
-
color: $
|
|
447
|
+
color: $color-border-dark;
|
|
448
448
|
position: absolute;
|
|
449
449
|
cursor: pointer;
|
|
450
450
|
padding: 15px;
|