Skip to content

Commit

Permalink
firefox label bug
Browse files Browse the repository at this point in the history
  • Loading branch information
acburst committed Nov 22, 2014
1 parent e5a9adc commit 64bea97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions css/ghpages-materialize.css
Original file line number Diff line number Diff line change
Expand Up @@ -7011,6 +7011,7 @@ ul.collapsible {
position: absolute;
z-index: -1;
top: .8rem;
left: .5rem;
-webkit-transition: transform 0.2s ease-out;
-moz-transition: transform 0.2s ease-out;
-o-transition: transform 0.2s ease-out;
Expand Down Expand Up @@ -7827,5 +7828,3 @@ code, pre {
margin-bottom: 20px;
}
}

/*# sourceMappingURL=ghpages-materialize.css.map */
1 change: 1 addition & 0 deletions sass/components/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $border-color: #bdbdbd;
position: absolute;
z-index: -1;
top: .8rem;
left: .5rem;
@include transition(transform .2s ease-out);
}
label.active {
Expand Down

0 comments on commit 64bea97

Please sign in to comment.