.item-select cursor: pointer

This commit is contained in:
Adam Bradley
2014-04-05 01:23:08 -05:00
parent cb86afdb92
commit e6e6601d4a

View File

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