mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
change focus to solid line for all elements
This commit is contained in:
parent
919c2d5510
commit
ade214e5aa
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@
|
|||
// outline: 0;
|
||||
// }
|
||||
|
||||
.uppy-Root *:focus {
|
||||
outline: 2px solid $color-cornflower-blue;
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
||||
// https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
|
||||
|
||||
.UppyIcon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue