Simplify small screen styles in admin submenu

Some of these styles were redundant and so we can remove them.
This commit is contained in:
Javi Martín
2021-08-27 23:27:49 +02:00
parent 877eb44bd4
commit 4fbe2d99d5

View File

@@ -83,15 +83,8 @@ $table-header: #ecf1f6;
.submenu {
border: 0;
display: block;
margin-top: 0;
position: initial;
width: 100%;
}
.is-active {
font-weight: normal;
text-decoration: none;
}
.is-submenu-item {
@@ -99,7 +92,7 @@ $table-header: #ecf1f6;
}
a {
font-weight: normal !important;
font-weight: normal;
}
}