[one-{dark,light}-ui] Apply focus styles to checkbox inputs

This adds input-checkbox to the selector in each theme's `inputs.less` to apply the
same border/box-shadow style to indicate focus to checkbox inputs when they are focused.

Previously, there was no way of visually identifying whether a checkbox was focused or not.
This commit is contained in:
Will Binns-Smith 2018-09-17 13:27:25 -07:00
parent a9d2041376
commit c10e1114ea
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@
// States -------------------------
.input-checkbox,
.input-text,
.input-search,
.input-number,

View File

@ -66,6 +66,7 @@
// States -------------------------
.input-checkbox,
.input-text,
.input-search,
.input-number,