@clayui/css 3.97.0 → 3.98.0

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.
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.97.0
3
+ * Clay 3.98.0
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -6668,6 +6668,77 @@ input[type=button].btn-block {
6668
6668
  padding-left: 1.5rem;
6669
6669
  padding-right: 1.5rem;
6670
6670
  }
6671
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll {
6672
+ font-size: 1rem;
6673
+ height: 2rem;
6674
+ padding: 0;
6675
+ position: absolute;
6676
+ text-align: center;
6677
+ z-index: 1;
6678
+ }
6679
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:hover, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.hover {
6680
+ background-color: #f0f5ff;
6681
+ background-image: none;
6682
+ color: #272833;
6683
+ }
6684
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.focus {
6685
+ background-color: #f0f5ff;
6686
+ background-image: none;
6687
+ color: #272833;
6688
+ }
6689
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active {
6690
+ background-color: #f0f5ff;
6691
+ background-image: none;
6692
+ color: #272833;
6693
+ }
6694
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active label {
6695
+ color: #272833;
6696
+ }
6697
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active .form-check-label {
6698
+ color: #272833;
6699
+ }
6700
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active {
6701
+ background-color: #f0f5ff;
6702
+ background-image: none;
6703
+ color: #272833;
6704
+ }
6705
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active label {
6706
+ color: #272833;
6707
+ }
6708
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.active .form-check-label {
6709
+ color: #272833;
6710
+ }
6711
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled {
6712
+ background-color: transparent;
6713
+ background-image: none;
6714
+ color: #a7a9bc;
6715
+ cursor: not-allowed;
6716
+ }
6717
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled label,
6718
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:disabled .form-check-label, .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled label,
6719
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.disabled .form-check-label {
6720
+ color: #a7a9bc;
6721
+ }
6722
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll .c-inner {
6723
+ flex-grow: 1;
6724
+ width: auto;
6725
+ }
6726
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-down {
6727
+ background-image: linear-gradient(to top, white 84%, rgba(255, 255, 255, 0) 100%);
6728
+ bottom: 0.375rem;
6729
+ }
6730
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-down .c-inner {
6731
+ flex-grow: 1;
6732
+ width: auto;
6733
+ }
6734
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-up {
6735
+ background-image: linear-gradient(to bottom, white 84%, rgba(255, 255, 255, 0) 100%);
6736
+ top: 0.375rem;
6737
+ }
6738
+ .dropdown-menu-select.dropdown-menu .dropdown-item-scroll-up .c-inner {
6739
+ flex-grow: 1;
6740
+ width: auto;
6741
+ }
6671
6742
  .dropdown-menu-select.dropdown-menu .dropdown-divider {
6672
6743
  margin: 0.3125rem 0;
6673
6744
  }
@@ -6679,6 +6750,10 @@ input[type=button].btn-block {
6679
6750
  right: 0.5rem;
6680
6751
  top: 0.5rem;
6681
6752
  }
6753
+ .dropdown-menu-select.dropdown-menu-height-lg .inline-scroller {
6754
+ max-height: 432px;
6755
+ }
6756
+
6682
6757
  .dropdown-menu-left {
6683
6758
  left: 0;
6684
6759
  right: auto;
@@ -9935,6 +10010,29 @@ label.custom-control-label {
9935
10010
  background-color: transparent;
9936
10011
  color: #a7a9bc;
9937
10012
  }
10013
+ .date-picker-nav .form-control-select {
10014
+ background-color: transparent;
10015
+ border-color: transparent;
10016
+ color: #6b6c7e;
10017
+ font-size: 0.875rem;
10018
+ font-weight: 600;
10019
+ height: 2rem;
10020
+ padding-bottom: 0;
10021
+ padding-left: 0.5rem;
10022
+ padding-top: 0;
10023
+ }
10024
+ .date-picker-nav .form-control-select:hover, .date-picker-nav .form-control-select.hover {
10025
+ background-color: #f1f2f5;
10026
+ color: #272833;
10027
+ }
10028
+ .date-picker-nav .form-control-select:focus, .date-picker-nav .form-control-select.focus {
10029
+ background-color: #f1f2f5;
10030
+ color: #272833;
10031
+ }
10032
+ .date-picker-nav .form-control-select:disabled, .date-picker-nav .form-control-select.disabled {
10033
+ background-color: transparent;
10034
+ color: #a7a9bc;
10035
+ }
9938
10036
  .date-picker-nav-item {
9939
10037
  align-items: center;
9940
10038
  display: flex;
@@ -33061,6 +33159,11 @@ a.text-dark:hover, a.text-dark:focus {
33061
33159
  top: 50%;
33062
33160
  width: 0.25em;
33063
33161
  }
33162
+ @media (prefers-reduced-motion: reduce) {
33163
+ .loading-animation::before {
33164
+ animation: none;
33165
+ }
33166
+ }
33064
33167
  .c-prefers-reduced-motion .loading-animation::before {
33065
33168
  animation: none;
33066
33169
  }
@@ -33078,6 +33181,11 @@ a.text-dark:hover, a.text-dark:focus {
33078
33181
  padding: 0.25em;
33079
33182
  width: 1em;
33080
33183
  }
33184
+ @media (prefers-reduced-motion: reduce) {
33185
+ .loading-animation::after {
33186
+ animation: none;
33187
+ }
33188
+ }
33081
33189
  .c-prefers-reduced-motion .loading-animation::after {
33082
33190
  animation: none;
33083
33191
  }
@@ -33159,6 +33267,11 @@ a.text-dark:hover, a.text-dark:focus {
33159
33267
  transform: scale(1);
33160
33268
  width: 1em;
33161
33269
  }
33270
+ @media (prefers-reduced-motion: reduce) {
33271
+ .loading-animation-squares::before {
33272
+ animation: none;
33273
+ }
33274
+ }
33162
33275
  .c-prefers-reduced-motion .loading-animation-squares::before {
33163
33276
  animation: none;
33164
33277
  }
@@ -33178,6 +33291,11 @@ a.text-dark:hover, a.text-dark:focus {
33178
33291
  transform: scale(2);
33179
33292
  width: 1em;
33180
33293
  }
33294
+ @media (prefers-reduced-motion: reduce) {
33295
+ .loading-animation-squares::after {
33296
+ animation: none;
33297
+ }
33298
+ }
33181
33299
  .c-prefers-reduced-motion .loading-animation-squares::after {
33182
33300
  animation: none;
33183
33301
  }