@clayui/css 3.56.0 → 3.57.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.56.0
3
+ * Clay 3.57.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.56.0
19
+ * Clay 3.57.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>
@@ -18035,7 +18035,7 @@ html:not(#__):not(#___) .cadmin .treeview {
18035
18035
  padding: 2px 0;
18036
18036
  }
18037
18037
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced {
18038
- font-size: 14px;
18038
+ font-size: inherit;
18039
18039
  height: 24px;
18040
18040
  width: 24px;
18041
18041
  }
@@ -18050,11 +18050,15 @@ html:not(#__):not(#___) .cadmin .treeview .custom-control {
18050
18050
  margin-right: 4px;
18051
18051
  margin-top: 1.5px;
18052
18052
  }
18053
+ html:not(#__):not(#___) .cadmin .treeview .component-expander {
18054
+ font-size: 10px;
18055
+ }
18053
18056
  html:not(#__):not(#___) .cadmin .treeview .component-expander .lexicon-icon:not(.component-expanded-d-none) {
18054
18057
  display: none;
18055
18058
  }
18056
18059
  html:not(#__):not(#___) .cadmin .treeview .component-action {
18057
18060
  display: none;
18061
+ font-size: 16px;
18058
18062
  margin-left: 2px;
18059
18063
  margin-right: 2px;
18060
18064
  }
@@ -18075,12 +18079,16 @@ html:not(#__):not(#___) .cadmin .treeview .component-action[aria-expanded=true],
18075
18079
  background-color: transparent;
18076
18080
  }
18077
18081
  html:not(#__):not(#___) .cadmin .treeview .component-icon {
18078
- display: inline;
18082
+ display: inline-block;
18083
+ font-size: 16px;
18079
18084
  height: auto;
18080
- margin-left: 4px;
18081
- margin-right: 4px;
18085
+ margin: auto 4px;
18086
+ vertical-align: middle;
18082
18087
  width: auto;
18083
18088
  }
18089
+ html:not(#__):not(#___) .cadmin .treeview .component-icon .lexicon-icon {
18090
+ display: block;
18091
+ }
18084
18092
  html:not(#__):not(#___) .cadmin .treeview .component-text {
18085
18093
  padding-bottom: 1.5px;
18086
18094
  padding-left: 4px;