Skip to content

Commit d47f597

Browse files
Put back the border on focused input for string and number (#827)
1 parent fc2b91f commit d47f597

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/style/index.styl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,9 @@ body.aframe-inspector-opened
193193
font-size 13px
194194
padding 2px
195195

196-
input.stringfocus,
197-
input.numberfocus
198-
border 1px solid #20b1fb
199-
color #fff
200-
cursor auto
196+
input.string:focus,
197+
input.number:focus
198+
border 1px solid #1faaf2
201199

202200
input.error
203201
border 1px solid #a00

0 commit comments

Comments
 (0)