Fix drop-shadow for tabview

This commit is contained in:
Johannes Zellner
2021-04-13 12:49:47 +02:00
parent 3e00e924f8
commit f54ffa796f

View File

@@ -659,6 +659,9 @@ multiselect {
}
.app-configure-links {
position: relative;
z-index: 10;
div {
cursor: pointer;
display: inline-block;
@@ -679,13 +682,13 @@ multiselect {
&:focus {
text-decoration: none;
background-color: #f3f3f3;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: -4px 3px 5px -2px rgba(0,0,0,.1);
}
&.active {
background-color: white;
color: $navbar-default-link-color;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: -4px 3px 5px -2px rgba(0,0,0,.1);
}
&.disabled {