@clayui/css 3.118.0 → 3.119.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.118.0
3
+ * Clay 3.119.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>
@@ -7888,6 +7888,7 @@ fieldset[disabled] label .form-control {
7888
7888
  margin-top: -0.3125rem;
7889
7889
  }
7890
7890
 
7891
+ fieldset[disabled] select.form-control[multiple],
7891
7892
  fieldset[disabled] .form-control {
7892
7893
  background-color: #f1f2f5;
7893
7894
  border-color: #f1f2f5;
@@ -8113,6 +8114,9 @@ select.form-control[size].focus > option:checked, select.form-control[size]:focu
8113
8114
  filter: invert(1);
8114
8115
  }
8115
8116
 
8117
+ select.form-control[size]:disabled > option:hover, select.form-control[size].disabled > option:hover {
8118
+ background-image: none;
8119
+ }
8116
8120
  select.form-control[size] option {
8117
8121
  padding: 0.4375rem 0.5rem;
8118
8122
  }
@@ -8146,6 +8150,9 @@ select.form-control[multiple].focus > option:checked, select.form-control[multip
8146
8150
  filter: invert(1);
8147
8151
  }
8148
8152
 
8153
+ select.form-control[multiple]:disabled > option:hover, select.form-control[multiple].disabled > option:hover {
8154
+ background-image: none;
8155
+ }
8149
8156
  select.form-control[multiple] option {
8150
8157
  padding: 0.4375rem 0.5rem;
8151
8158
  }
@@ -20190,7 +20197,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
20190
20197
  left: 0;
20191
20198
  position: fixed;
20192
20199
  top: 0;
20193
- z-index: 1035;
20200
+ z-index: calc(1000 - 25);
20194
20201
  }
20195
20202
 
20196
20203
  .sidenav-end > .sidenav-content,
@@ -20632,7 +20639,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
20632
20639
  .c-slideout {
20633
20640
  display: flex;
20634
20641
  overflow: hidden;
20635
- z-index: 1035;
20642
+ z-index: calc(1000 - 25);
20636
20643
  }
20637
20644
  .c-slideout.c-slideout-shown {
20638
20645
  overflow: visible;
@@ -20743,6 +20750,9 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
20743
20750
  }
20744
20751
  }
20745
20752
 
20753
+ .c-slideout-height-full {
20754
+ z-index: calc(1030 + 5);
20755
+ }
20746
20756
  table {
20747
20757
  border-collapse: collapse;
20748
20758
  }
@@ -34331,7 +34341,6 @@ a.text-dark:hover, a.text-dark:focus {
34331
34341
  }
34332
34342
 
34333
34343
  .c-prefers-expanded-text .breadcrumb-text-truncate, .c-prefers-expanded-text .form-control-plaintext, .c-prefers-expanded-text .form-control-select, .c-prefers-expanded-text .modal-title, .c-prefers-expanded-text .multi-step-title-center .multi-step-title, .c-prefers-expanded-text .multi-step-indicator .multi-step-indicator-label, .c-prefers-expanded-text .nav-text-truncate, .c-prefers-expanded-text .navbar-text-truncate, .c-prefers-expanded-text .text-truncate, .c-prefers-expanded-text .text-truncate-inline .text-truncate {
34334
- max-width: 100% !important;
34335
34344
  overflow-wrap: break-word !important;
34336
34345
  white-space: normal !important;
34337
34346
  word-wrap: break-word !important;