give append/prepend inputs higher z-index on focus

This commit is contained in:
Mark Otto
2012-01-27 23:53:56 -08:00
parent 08fea7587c
commit ce69b70719
2 changed files with 11 additions and 0 deletions

View File

@@ -396,6 +396,10 @@ select:focus:required:invalid {
input,
.uneditable-input {
.border-radius(0 3px 3px 0);
&:focus {
position: relative;
z-index: 2;
}
}
.uneditable-input {
border-left-color: #ccc;