Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
MOD removed box-shadow in favor of using borders for active sections …
…in anchorMenu
  • Loading branch information
fabianwulf committed Apr 11, 2016
commit a2ea6b83aa88b7a24aa42dd44c4e148d8c44edea
4 changes: 2 additions & 2 deletions lib/client/less/menuRight.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
overflow: hidden;

&.c-inView{
// border-right: 1px solid #333;
box-shadow: 3px 0 #666;
border-right: 3px solid #666;

ul li{
height: 1.1em;
Expand Down Expand Up @@ -80,6 +79,7 @@
margin-left: 0;
box-sizing: content-box;
> li {
border-right: 3px solid transparent;
padding-top:.3em;
}
}
Expand Down