Add dropdown caret to time owner dropdown on Date and Time Settings
- Use background-image strategy to add caret to dropdowns
- Standardize implementation by including mixin to dropdown__button
class and removing styled pseudo element
Resolves ibm-openbmc/dev#478
Tested: Running locally on Chrome only. Ran into network request
errors for newly added svg assets when mounting overlay
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: I714c2515282676f368eafb2560177d2935680e23
diff --git a/app/configuration/styles/date-time.scss b/app/configuration/styles/date-time.scss
index cba0515..65d88a8 100644
--- a/app/configuration/styles/date-time.scss
+++ b/app/configuration/styles/date-time.scss
@@ -17,7 +17,7 @@
.date-time__owner-dropdown {
width: 200px;
&:hover {
- background: $dropdown__focus-bg;
+ background-color: $dropdown__focus-bg;
}
}
.date-time__ntp-servers{