summaryrefslogtreecommitdiffstats
path: root/app/configuration/styles/date-time.scss
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2019-04-30 13:56:10 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-05-07 14:59:27 +0000
commitde382089de4cf920a59e75124da3f4d7cac056d0 (patch)
tree60b52805839e500cbda7f2f0ab2ad3444d040882 /app/configuration/styles/date-time.scss
parent1548677275eb39a0c29d188bcb3acd0515236dd4 (diff)
downloadphosphor-webui-de382089de4cf920a59e75124da3f4d7cac056d0.tar.gz
phosphor-webui-de382089de4cf920a59e75124da3f4d7cac056d0.zip
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
Diffstat (limited to 'app/configuration/styles/date-time.scss')
-rw-r--r--app/configuration/styles/date-time.scss2
1 files changed, 1 insertions, 1 deletions
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{
OpenPOWER on IntegriCloud