Simplify small screen styles in admin submenu
Some of these styles were redundant and so we can remove them.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user