Browse Source

Fixes 1pixel jump in tabular menu

pull/2229/head
jlukic 11 years ago
parent
commit
0e1570c0f9
1 changed files with 2 additions and 2 deletions
  1. 4
      src/collections/menu.less

4
src/collections/menu.less

@ -718,14 +718,14 @@
/* Active */
.ui.tabular.menu .active.item {
position: relative;
top: 1px;
background-color: #FFFFFF;
color: rgba(0, 0, 0, 0.8);
border-color: #DCDDDE;
padding-top: 0.83em;
margin-bottom: -1px;
border-bottom: 1px solid #FFFFFF;
-webkit-box-shadow: none;
-moz-box-shadow: none;

Loading…
Cancel
Save