We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430e9e2 commit fc2b91fCopy full SHA for fc2b91f
1 file changed
src/style/index.styl
@@ -232,16 +232,16 @@ body.aframe-inspector-opened
232
width 50px
233
234
/* Note these vendor-prefixed selectors cannot be grouped! */
235
- input[type=color]-webkit-color-swatch
+ input[type=color]::-webkit-color-swatch
236
border 0 /* To remove the gray border. */
237
238
- input[type=color]-webkit-color-swatch-wrapper
+ input[type=color]::-webkit-color-swatch-wrapper
239
padding 0 /* To remove the inner padding. */
240
241
- input[type=color]-moz-color-swatch
+ input[type=color]::-moz-color-swatch
242
border 0
243
244
- input[type=color]-moz-focus-inner
+ input[type=color]::-moz-focus-inner
245
border 0 /* To remove the inner border (specific to Firefox). */
246
padding 0
247
0 commit comments