Skip to content

Commit 08f0adb

Browse files
author
Adam Bradley
committed
fix(input): transparent bg for .item-input-inset input
1 parent 930794c commit 08f0adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_form.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ textarea {
101101
.item-input-inset .item-input-wrapper input {
102102
padding-left: 4px;
103103
height: 29px;
104-
background: inherit;
104+
background: transparent;
105105
line-height: 18px;
106106
}
107107

0 commit comments

Comments
 (0)