@clayui/css 3.85.0 → 3.86.1

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.
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.85.0
3
+ * Clay 3.86.1
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>
@@ -16,7 +16,7 @@
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
18
  /**
19
- * Clay 3.85.0
19
+ * Clay 3.86.1
20
20
  *
21
21
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
22
22
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -3483,8 +3483,8 @@ html:not(#__):not(#___) .cadmin .alert-primary .lead {
3483
3483
  color: #0b5fff;
3484
3484
  }
3485
3485
  html:not(#__):not(#___) .cadmin .alert-secondary {
3486
- background-color: #e7e7ed;
3487
- border-color: #a7a9bc;
3486
+ background-color: #f7f8f9;
3487
+ border-color: #d3d6e0;
3488
3488
  color: #6b6c7e;
3489
3489
  }
3490
3490
  html:not(#__):not(#___) .cadmin .alert-secondary .alert-btn {
@@ -9306,7 +9306,6 @@ html:not(#__):not(#___) .cadmin .list-group-item-action:active {
9306
9306
  }
9307
9307
  html:not(#__):not(#___) .cadmin .list-group {
9308
9308
  border-radius: 4px;
9309
- color: #6b6c7e;
9310
9309
  display: flex;
9311
9310
  flex-direction: column;
9312
9311
  font-size: 14px;
@@ -9486,7 +9485,6 @@ html:not(#__):not(#___) .cadmin .show-dropdown-action-on-active .list-group-item
9486
9485
  html:not(#__):not(#___) .cadmin .list-group-item {
9487
9486
  background-color: #fff;
9488
9487
  border: 1px solid #e7e7ed;
9489
- color: #6b6c7e;
9490
9488
  display: block;
9491
9489
  padding: 16px 16px;
9492
9490
  position: relative;
@@ -25608,10 +25606,10 @@ html:not(#__):not(#___) .cadmin .text-hide {
25608
25606
  font: 0/0 a;
25609
25607
  text-shadow: none;
25610
25608
  }
25611
- html:not(#__):not(#___) .cadmin .text-decoration-none {
25609
+ html:not(#__):not(#___) .cadmin .text-none, html:not(#__):not(#___) .cadmin .text-decoration-none {
25612
25610
  text-decoration: none !important;
25613
25611
  }
25614
- html:not(#__):not(#___) .cadmin .text-decoration-underline {
25612
+ html:not(#__):not(#___) .cadmin .text-underline, html:not(#__):not(#___) .cadmin .text-decoration-underline {
25615
25613
  text-decoration: underline !important;
25616
25614
  }
25617
25615
  html:not(#__):not(#___) .cadmin .text-break {