sidemenu fix for internet explorer 11, changed icon width/height to pixels and added height to logo

pull/11393/head
Patrick O'Carroll 7 years ago
parent a20f3d196c
commit dbcba4a009
  1. 6
      public/sass/base/_icons.scss
  2. 1
      public/sass/components/_sidemenu.scss

@ -1,8 +1,10 @@
.gicon {
line-height: 1;
display: inline-block;
width: 1.1057142857em;
height: 1.1057142857em;
//width: 1.1057142857em;
//height: 1.1057142857em;
height: 22px;
width: 22px;
text-align: center;
background-repeat: no-repeat;
background-position: center;

@ -178,6 +178,7 @@ li.sidemenu-org-switcher {
padding: 0.4rem 1rem 0.4rem 0.65rem;
min-height: $navbarHeight;
position: relative;
height: $navbarHeight - 1px;
&:hover {
background: $navbarButtonBackgroundHighlight;

Loading…
Cancel
Save