From e6e6601d4a3aa5eee1436fa7e802427c7955c66d Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sat, 5 Apr 2014 01:23:08 -0500 Subject: [PATCH] .item-select cursor: pointer --- scss/_select.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scss/_select.scss b/scss/_select.scss index 0e35185470..f1327ea6a6 100644 --- a/scss/_select.scss +++ b/scss/_select.scss @@ -19,6 +19,8 @@ white-space: nowrap; font-size: $font-size-base; + + cursor: pointer; } .select-inline { @@ -55,7 +57,7 @@ direction: rtl; // right align the select text &:focus { - min-width: 20%; + min-width: 30%; width: auto; // shrink width when opened } }