@clayui/css 3.87.1 → 3.88.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.
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.87.1
3
+ * Clay 3.88.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>
@@ -16,7 +16,7 @@
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
18
  /**
19
- * Clay 3.87.1
19
+ * Clay 3.88.0
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>
@@ -9370,6 +9370,7 @@ html:not(#__):not(#___) .cadmin .list-group-title [href] {
9370
9370
  border-radius: 1px;
9371
9371
  color: #272833;
9372
9372
  display: inline-block;
9373
+ text-decoration: underline;
9373
9374
  transition: box-shadow 0.15s ease-in-out;
9374
9375
  max-width: 100%;
9375
9376
  }
@@ -9420,14 +9421,13 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:focus {
9420
9421
  outline: 0;
9421
9422
  }
9422
9423
  html:not(#__):not(#___) .cadmin .list-group-text {
9423
- color: #272833;
9424
- line-height: 1.45;
9424
+ color: #6b6c7e;
9425
9425
  margin-bottom: 0;
9426
9426
  }
9427
9427
  html:not(#__):not(#___) .cadmin .list-group-text[href],
9428
9428
  html:not(#__):not(#___) .cadmin .list-group-text [href] {
9429
9429
  border-radius: 1px;
9430
- color: #272833;
9430
+ color: #6b6c7e;
9431
9431
  display: inline-block;
9432
9432
  max-width: 100%;
9433
9433
  transition: box-shadow 0.15s ease-in-out;
@@ -9451,8 +9451,8 @@ html:not(#__):not(#___) .cadmin .list-group-text [href]:focus {
9451
9451
  }
9452
9452
  html:not(#__):not(#___) .cadmin .list-group-subtext {
9453
9453
  color: #6b6c7e;
9454
- line-height: 1.45;
9455
9454
  margin-bottom: 0;
9455
+ margin-top: 8px;
9456
9456
  }
9457
9457
  html:not(#__):not(#___) .cadmin .list-group-subtext[href],
9458
9458
  html:not(#__):not(#___) .cadmin .list-group-subtext [href] {