Commit fe3bcd36 by Daniel Lee

Merge branch 'v4.4.x'

parents 1994b767 cff1c370
...@@ -117,6 +117,11 @@ $gf-form-margin: 0.25rem; ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment