From 517658eb2caeeac433ca7b2aa90317120a1c2dd8 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 30 Apr 2014 22:24:57 -0500 Subject: [PATCH] feature(.no-resize): Utility css to remove textarea resizer --- scss/_util.scss | 4 ++++ test/css/input-textarea.html | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/scss/_util.scss b/scss/_util.scss index f772a0b174..2c41edcf98 100644 --- a/scss/_util.scss +++ b/scss/_util.scss @@ -63,6 +63,10 @@ -ms-content-zooming: none; } +.no-resize { + resize: none; +} + .block { display: block; clear: both; diff --git a/test/css/input-textarea.html b/test/css/input-textarea.html index 7d8bfcc614..1c36d0734f 100644 --- a/test/css/input-textarea.html +++ b/test/css/input-textarea.html @@ -16,7 +16,7 @@

Default Textarea, Not Inset, No Content Padding

@@ -209,7 +209,7 @@

Stacked Label On Top Of Textarea, No Parent Content Padding

@@ -220,7 +220,7 @@

Stacked Label On Top Of Textarea, With Parent Content Padding

@@ -229,7 +229,7 @@

Stacked Label On Top Of Textarea, list-inset, With Parent Content Padding