summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2019-03-11 13:47:00 -0500
committerbeccabroek <beccabroek@gmail.com>2019-03-11 15:41:50 -0500
commitf6cdacfdbd966c7e4ef1c32bb342a67c3e78f519 (patch)
treeb3254dc749d672f08979bafff548ed0d0265636f
parent511a2bbc5540fccb883b8d0005c2b387a23c9d05 (diff)
downloadphosphor-webui-f6cdacfdbd966c7e4ef1c32bb342a67c3e78f519.tar.gz
phosphor-webui-f6cdacfdbd966c7e4ef1c32bb342a67c3e78f519.zip
Secondary button text color
Changes color of secondary button text to be more readable. Resolves openbmc/phosphor-webui#66 Change-Id: I3d7622a3556139a8c984590bcc8db5c34cefc73e Signed-off-by: beccabroek <beccabroek@gmail.com>
-rw-r--r--app/common/styles/base/buttons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/styles/base/buttons.scss b/app/common/styles/base/buttons.scss
index 42d0f0d..31b72ff 100644
--- a/app/common/styles/base/buttons.scss
+++ b/app/common/styles/base/buttons.scss
@@ -56,7 +56,7 @@ button, .button, .submit {
border: 2px solid $secbtn__border;
min-height: 40px;
&:hover {
- background: $lightbg__accent;
+ color: $secbtn__text;
cursor: pointer;
background: $secbtn__bg;
@include fastTransition-all;
OpenPOWER on IntegriCloud