@clayui/css 3.121.0 → 3.122.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.121.0
3
+ * Clay 3.122.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.121.0
19
+ * Clay 3.122.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>
@@ -12286,6 +12286,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12286
12286
  border-radius: 4px;
12287
12287
  color: #6b6c7e;
12288
12288
  letter-spacing: 0.016rem;
12289
+ line-height: 1.25rem;
12289
12290
  margin-bottom: 4px;
12290
12291
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
12291
12292
  }
@@ -16066,7 +16067,6 @@ html:not(#__):not(#___) .cadmin .sidebar-header {
16066
16067
  }
16067
16068
  html:not(#__):not(#___) .cadmin .sidebar-header .component-title {
16068
16069
  font-size: 20px;
16069
- font-weight: 600;
16070
16070
  }
16071
16071
  html:not(#__):not(#___) .cadmin .sidebar-header .component-title[href],
16072
16072
  html:not(#__):not(#___) .cadmin .sidebar-header .component-title a[href] {
@@ -16561,6 +16561,16 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table thead th a[href] {
16561
16561
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16562
16562
  outline: 0;
16563
16563
  }
16564
+ html:not(#__):not(#___) .cadmin .table thead .autofit-col {
16565
+ padding-left: 0.125rem;
16566
+ padding-right: 0.125rem;
16567
+ }
16568
+ html:not(#__):not(#___) .cadmin .table thead .autofit-col:first-child {
16569
+ padding-left: 0;
16570
+ }
16571
+ html:not(#__):not(#___) .cadmin .table thead .autofit-col:last-child {
16572
+ padding-right: 0;
16573
+ }
16564
16574
  html:not(#__):not(#___) .cadmin .table th:first-child,
16565
16575
  html:not(#__):not(#___) .cadmin .table td:first-child,
16566
16576
  html:not(#__):not(#___) .cadmin .table .table-column-start {