Merge pull request #41 from PuerkitoBio/master

fix is-withicon when used with is-grouped on controls
This commit is contained in:
Jeremy Thomas 2016-02-14 11:40:46 +00:00
commit f1838e993a
4 changed files with 7 additions and 6 deletions

View File

@ -183,14 +183,14 @@
&:not(:last-child)
margin-bottom: 10px
&.is-withicon
.fa
& > .fa
+fa(14px, 20px)
color: $text-light
left: 6px
pointer-events: none
position: absolute
top: 6px
z-index: 1
z-index: 4
.input
padding-left: 32px
&:focus + .fa

4
css/bulma.css vendored
View File

@ -1080,7 +1080,7 @@ table th {
margin-bottom: 10px;
}
.control.is-withicon .fa {
.control.is-withicon > .fa {
display: inline-block;
font-size: 14px;
height: 20px;
@ -1093,7 +1093,7 @@ table th {
pointer-events: none;
position: absolute;
top: 6px;
z-index: 1;
z-index: 4;
}
.control.is-withicon .input, .control.is-withicon .textarea {

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,8 @@
"devDependencies": {
"autoprefixer": "^6.3.3",
"captain-git-hook": "~1.0.5",
"node-sass": "^3.4.2"
"node-sass": "^3.4.2",
"postcss-cli": "^2.5.1"
},
"scripts": {
"autoprefix": "postcss --use autoprefixer --output css/bulma.css css/bulma.css",