From c10e1114eaa978ffe26699eacc067d5f90519efd Mon Sep 17 00:00:00 2001 From: Will Binns-Smith Date: Mon, 17 Sep 2018 13:27:25 -0700 Subject: [PATCH] [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. --- packages/one-dark-ui/styles/inputs.less | 1 + packages/one-light-ui/styles/inputs.less | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/one-dark-ui/styles/inputs.less b/packages/one-dark-ui/styles/inputs.less index fe7e5e294..c4592624f 100644 --- a/packages/one-dark-ui/styles/inputs.less +++ b/packages/one-dark-ui/styles/inputs.less @@ -66,6 +66,7 @@ // States ------------------------- +.input-checkbox, .input-text, .input-search, .input-number, diff --git a/packages/one-light-ui/styles/inputs.less b/packages/one-light-ui/styles/inputs.less index fe7e5e294..c4592624f 100644 --- a/packages/one-light-ui/styles/inputs.less +++ b/packages/one-light-ui/styles/inputs.less @@ -66,6 +66,7 @@ // States ------------------------- +.input-checkbox, .input-text, .input-search, .input-number,