فهرست منبع

inherit font, allow overriding outline

Artur Paikin 6 سال پیش
والد
کامیت
55eee77e25
2فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 1 0
      .gitignore
  2. 3 3
      packages/@uppy/core/src/_common.scss

+ 1 - 0
.gitignore

@@ -3,6 +3,7 @@ Thumbs.db
 npm-debug.log
 env.sh
 node_modules
+.cache
 
 dist/
 lib/

+ 3 - 3
packages/@uppy/core/src/_common.scss

@@ -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;