diff options
author | Ondřej Hruška <ondra@ondrovo.com> | 2017-07-21 21:12:43 +0200 |
---|---|---|
committer | Ondřej Hruška <ondra@ondrovo.com> | 2017-07-21 21:12:43 +0200 |
commit | 0244019ca17288802a144c84b7e0f319f1685695 (patch) | |
tree | 83785c3907420f2e88aeb4347d9c72b48f08d6ef /app/javascript/styles | |
parent | 604654ccb417ffdc9b48d876bea76c8bec14f360 (diff) |
Fixed horrible outline around notif clearing checkbox & moved the overlay to a more sr-friendly place
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/components.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index dbdf286a9..3e80569a9 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -503,8 +503,7 @@ align-items: center; :focus & { - outline: rgb(77, 144, 254) auto 10px; - outline: -webkit-focus-ring-color auto 10px; + box-shadow: 0 0 2px 2px #3e6fc1; } } |