|
@@ -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;
|