Skip to content

Commit

Permalink
Removed border and shadow from sidebar and navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Nov 26, 2020
1 parent 979464b commit b2fe2d2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion theme/site/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -1690,4 +1690,16 @@ b {

// a.item {
// min-height: 48px;
// }
// }

.ui.menu {
box-shadow: none !important;
border: none !important;
}

.ui.menu .item:before {
display: none !important;
width: 0 !important;
border: none !important;
background: none !important;
}

0 comments on commit b2fe2d2

Please sign in to comment.