summaryrefslogtreecommitdiffstats
path: root/app/common/styles/components
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-06-19 14:23:45 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 13:14:23 -0500
commitb76d5f0601f86a870b089267ebc0353f37dcd3e6 (patch)
treef3b34a97c534c4baebf798619ef43294732a5974 /app/common/styles/components
parentc15359265239118c26f3a3e43737ae80c4499a1c (diff)
downloadphosphor-webui-b76d5f0601f86a870b089267ebc0353f37dcd3e6.tar.gz
phosphor-webui-b76d5f0601f86a870b089267ebc0353f37dcd3e6.zip
Misc fixes for event log.
- Fixed single event log overflow. - Fixed incorrect class on log search filter button. - Fixed incorrect nested div. - Removed duplicate accordion trigger class in event log. - Fixed hover for checkboxes to be more prominent. - Fixed margin issue with action header for event log. Change-Id: I156f516316675afde98c233057a8247bc17a1459
Diffstat (limited to 'app/common/styles/components')
-rw-r--r--app/common/styles/components/form-elements.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/common/styles/components/form-elements.scss b/app/common/styles/components/form-elements.scss
index 3b88fd5..d674bbc 100644
--- a/app/common/styles/components/form-elements.scss
+++ b/app/common/styles/components/form-elements.scss
@@ -111,13 +111,14 @@
width: 20px;
height: 20px;
background: $white;
- border: 1px solid $medgrey;
+ border: 1px solid $lightbg__grey;
}
/* Hover and focus states */
.control-check:hover input ~ .control__indicator,
.control-check input:focus ~ .control__indicator {
border: 1px solid $primebtn__bg;
+ background-color: $primebtn__bg;
}
/* Checked state */
OpenPOWER on IntegriCloud