summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom
diff options
context:
space:
mode:
authorSukanya Pandey <sukapan1@in.ibm.com>2020-09-14 18:18:39 +0300
committerDerick Montague <derick.montague@ibm.com>2020-10-07 01:06:28 +0300
commitfde429e08a1643a9fab05131aaef563260743aa6 (patch)
tree2e89e043683d93dbc37738f21f06d85b50f88fa7 /src/assets/styles/bmc/custom
parent5e9c391cab08fc34f85776427b35a82853e7b617 (diff)
downloadwebui-vue-fde429e08a1643a9fab05131aaef563260743aa6.tar.xz
Add updated table styles
- Refer below link for styles: https://ibm.invisionapp.com/share/D8O06PPE32B#/screens Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I6dcc3b8d0fb7ef19388b5bfeaf87fce78725b638
Diffstat (limited to 'src/assets/styles/bmc/custom')
-rw-r--r--src/assets/styles/bmc/custom/_tables.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/assets/styles/bmc/custom/_tables.scss b/src/assets/styles/bmc/custom/_tables.scss
index b3ef0565..8b8c4a8e 100644
--- a/src/assets/styles/bmc/custom/_tables.scss
+++ b/src/assets/styles/bmc/custom/_tables.scss
@@ -17,6 +17,9 @@
.thead-light th {
border: none;
color: theme-color("dark");
+ &:focus {
+ outline: none;
+ }
}
.status-icon svg {
@@ -60,6 +63,17 @@
fill: theme-color("dark");
}
}
+ .b-table-sort-icon-left {
+ background-position: left calc(1.5rem / 2) center !important;
+ padding-left: calc(1.2rem + 0.65em) !important;
+ &:focus {
+ outline: none;
+ box-shadow: inset 0 0 0 2px theme-color('primary') !important;
+ }
+ &:hover {
+ background-color: theme-color-dark('light');
+ }
+ }
}
.b-table-sticky-header td {