mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
[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:
@@ -66,6 +66,7 @@
|
||||
|
||||
// States -------------------------
|
||||
|
||||
.input-checkbox,
|
||||
.input-text,
|
||||
.input-search,
|
||||
.input-number,
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
|
||||
// States -------------------------
|
||||
|
||||
.input-checkbox,
|
||||
.input-text,
|
||||
.input-search,
|
||||
.input-number,
|
||||
|
||||
Reference in New Issue
Block a user