@clayui/css 3.117.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.117.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
  }
@@ -13180,13 +13187,13 @@ label.custom-control-label {
13180
13187
  .modal-success .modal-header .close {
13181
13188
  color: #287d3c;
13182
13189
  }
13183
- .modal-success .modal-header .close .hover {
13190
+ .modal-success .modal-header .close:hover {
13184
13191
  color: inherit;
13185
13192
  }
13186
- .modal-success .modal-header .close .focus {
13193
+ .modal-success .modal-header .close:focus {
13187
13194
  color: inherit;
13188
13195
  }
13189
- .modal-success .modal-header .close .disabled {
13196
+ .modal-success .modal-header .close:disabled {
13190
13197
  color: inherit;
13191
13198
  }
13192
13199
  .modal-info .modal-header {
@@ -13197,13 +13204,13 @@ label.custom-control-label {
13197
13204
  .modal-info .modal-header .close {
13198
13205
  color: #2e5aac;
13199
13206
  }
13200
- .modal-info .modal-header .close .hover {
13207
+ .modal-info .modal-header .close:hover {
13201
13208
  color: inherit;
13202
13209
  }
13203
- .modal-info .modal-header .close .focus {
13210
+ .modal-info .modal-header .close:focus {
13204
13211
  color: inherit;
13205
13212
  }
13206
- .modal-info .modal-header .close .disabled {
13213
+ .modal-info .modal-header .close:disabled {
13207
13214
  color: inherit;
13208
13215
  }
13209
13216
  .modal-warning .modal-header {
@@ -13214,13 +13221,13 @@ label.custom-control-label {
13214
13221
  .modal-warning .modal-header .close {
13215
13222
  color: #b95000;
13216
13223
  }
13217
- .modal-warning .modal-header .close .hover {
13224
+ .modal-warning .modal-header .close:hover {
13218
13225
  color: inherit;
13219
13226
  }
13220
- .modal-warning .modal-header .close .focus {
13227
+ .modal-warning .modal-header .close:focus {
13221
13228
  color: inherit;
13222
13229
  }
13223
- .modal-warning .modal-header .close .disabled {
13230
+ .modal-warning .modal-header .close:disabled {
13224
13231
  color: inherit;
13225
13232
  }
13226
13233
  .modal-danger .modal-header {
@@ -13231,13 +13238,13 @@ label.custom-control-label {
13231
13238
  .modal-danger .modal-header .close {
13232
13239
  color: #da1414;
13233
13240
  }
13234
- .modal-danger .modal-header .close .hover {
13241
+ .modal-danger .modal-header .close:hover {
13235
13242
  color: inherit;
13236
13243
  }
13237
- .modal-danger .modal-header .close .focus {
13244
+ .modal-danger .modal-header .close:focus {
13238
13245
  color: inherit;
13239
13246
  }
13240
- .modal-danger .modal-header .close .disabled {
13247
+ .modal-danger .modal-header .close:disabled {
13241
13248
  color: inherit;
13242
13249
  }
13243
13250
  .modal-scrollbar-measure {
@@ -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;