Merge pull request #135 from lostm1nd/header-item-IE

Fixes #131: header items broken on IE11
This commit is contained in:
Jeremy Thomas 2016-03-26 17:16:15 +00:00
commit 3f2b10a3d2
5 changed files with 7 additions and 8 deletions

View File

@ -36,7 +36,7 @@
max-height: 24px
a
color: $text
flex: 1
flex-grow: 1
&:hover
color: $link-hover
&.is-active
@ -143,4 +143,3 @@
&:hover,
&.is-active
border-bottom-width: 2px

6
css/bulma.css vendored
View File

@ -3990,9 +3990,9 @@ a.menu-block:hover {
.header-item a {
color: #69707a;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.header-item a:hover {

File diff suppressed because one or more lines are too long

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long