summaryrefslogtreecommitdiffstats
path: root/app/configuration/styles
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-07-27 14:35:00 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-10-09 13:18:10 -0500
commitb27188e87541e2d500967083b654237f26f1cac8 (patch)
treecb109c968a09a2b3f30e6262dc0f1cbfab077f9d /app/configuration/styles
parente67bccda1bbf79d88887e68517ddf5375b74dd81 (diff)
downloadphosphor-webui-b27188e87541e2d500967083b654237f26f1cac8.tar.gz
phosphor-webui-b27188e87541e2d500967083b654237f26f1cac8.zip
bug fixes and copy changes based on user feedback
Change-Id: I2dd2cc6168d86676ab7ada9b389cb86cee9b3dae Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/configuration/styles')
-rw-r--r--app/configuration/styles/firmware.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/configuration/styles/firmware.scss b/app/configuration/styles/firmware.scss
index 68fa0fc..c634778 100644
--- a/app/configuration/styles/firmware.scss
+++ b/app/configuration/styles/firmware.scss
@@ -19,11 +19,20 @@
color: $medblue;
&.disabled {
color: $medgrey;
+ &:hover {
+ cursor: default;
+ }
+ }
+ &:hover {
+ cursor: pointer;
}
}
.icon.icon-as-spacer {
text-indent: 0;
color: $btn__disabled-txt;
+ &:hover {
+ cursor: default;
+ }
}
}
OpenPOWER on IntegriCloud