Adjusted the active state to fix the faint line showing. Probably related to the font change going into 4.0 (#6886)

This commit is contained in:
Matt Toback 2016-12-09 03:41:54 -05:00 committed by Torkel Ödegaard
parent 20e4cb9a0b
commit f39f77692b

View File

@ -65,6 +65,6 @@
border-bottom: 2px solid $panel-bg;
color: $link-color;
position: relative;
top: 2px;
top: 1px;
}
}