mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
inherit font, allow overriding outline
This commit is contained in:
parent
645246f85a
commit
55eee77e25
2 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,6 +3,7 @@ Thumbs.db
|
|||
npm-debug.log
|
||||
env.sh
|
||||
node_modules
|
||||
.cache
|
||||
|
||||
dist/
|
||||
lib/
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
// }
|
||||
|
||||
.uppy-Root *:focus {
|
||||
outline: $size-focus-outline solid $color-cornflower-blue;
|
||||
outline-offset: $size-focus-offset;
|
||||
outline: $size-focus-outline solid $color-cornflower-blue; /* no !important */
|
||||
outline-offset: $size-focus-offset; /* no !important */
|
||||
}
|
||||
|
||||
// https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
display: inline;
|
||||
empty-cells: show;
|
||||
float: none;
|
||||
font-family: serif;
|
||||
font-family: inherit;
|
||||
font-size: medium;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue