feat: optimize sidebar and datatable expandable rows.

This commit is contained in:
Ahmed Bouhuolia
2020-04-14 15:04:58 +02:00
parent fb6b31d922
commit f8c268434a
9 changed files with 128 additions and 105 deletions

View File

@@ -52,9 +52,10 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
font-size: 15px;
font-weight: 400;
&:hover{
&:hover,
&.bp3-active{
background: #012470;
color: #b2bbd0;
color: #c1c9dd;
}
&:focus,
&:active{
@@ -89,7 +90,8 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
font-size: 15px;
color: #8a95b6;
&:hover{
&:hover,
&.bp3-active{
background: transparent;
color: #C5CBE3;
}