Explorar o código

Add a new modifier class for disabling resizability of a textarea (#1045)

Andrzej Kupczyk %!s(int64=8) %!d(string=hai) anos
pai
achega
975766f17f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      sass/elements/form.sass

+ 3 - 0
sass/elements/form.sass

@@ -98,6 +98,9 @@ $help-size: $size-small !default
     min-height: 120px
   &[rows]
     height: unset
+  // Modifiers
+  &.has-fixed-size
+    resize: none
 
 .checkbox,
 .radio