coer-elements 2.0.59 → 2.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -341,6 +341,7 @@ coer-switch,
341
341
  coer-textbox,
342
342
  coer-numberbox,
343
343
  coer-dropdown,
344
- coer-selectbox {
344
+ coer-selectbox,
345
+ coer-filebox {
345
346
  display: contents !important;
346
347
  }
@@ -12,6 +12,7 @@
12
12
  animation-name: fadeIn;
13
13
  animation-duration: 1.5s;
14
14
  animation-iteration-count: 1;
15
+ line-height: 0;
15
16
  min-height: 60px;
16
17
 
17
18
  @media (min-width: 0px) and (max-width: 499px) {
@@ -6,7 +6,7 @@
6
6
  height: 5px !important;
7
7
  }
8
8
 
9
- *::-webkit-scrollbar-thumb{
9
+ *::-webkit-scrollbar-thumb {
10
10
  background-color: color.adjust(#6c757d, $lightness: 35%) !important;
11
11
  border-radius: 4px !important;
12
12
  }