|
|
@@ -94,6 +94,13 @@ html[light] {
|
|
|
@include three-stranded-button($primary, lighten($primary, 65%), lighten($primary, 70%));
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ // Dropdown icon
|
|
|
+ .grw-icon-btn:hover,
|
|
|
+ .grw-icon-btn:focus {
|
|
|
+ // Wrote !important to override bg-transparent styles
|
|
|
+ background-color: rgba($color-link, 0.15) !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
html[dark] {
|
|
|
@@ -202,4 +209,11 @@ html[dark] {
|
|
|
@include three-stranded-button(lighten($primary, 30%), $primary, darken($primary, 10%), darken($primary, 20%));
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ // Dropdown icon
|
|
|
+ .grw-icon-btn:hover,
|
|
|
+ .grw-icon-btn:focus {
|
|
|
+ // Wrote !important to override bg-transparent styles
|
|
|
+ background-color: rgba($color-link, 0.15) !important;
|
|
|
+ }
|
|
|
}
|