Merge branch 'v4.4.x'

This commit is contained in:
Daniel Lee 2017-07-06 10:11:07 +02:00
commit fe3bcd3678

View File

@ -117,6 +117,11 @@ $gf-form-margin: 0.25rem;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
// text areas should be scrollable
@at-root textarea#{&} {
overflow: auto;
}
// Unstyle the caret on `<select>`s in IE10+. // Unstyle the caret on `<select>`s in IE10+.
&::-ms-expand { &::-ms-expand {
background-color: transparent; background-color: transparent;