@clayui/css 3.154.0 → 3.156.6
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 +2 -1
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +2 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +3 -2
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/cadmin/variables/_treeview.scss +1 -0
- package/src/scss/variables/_treeview.scss +1 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.156.6
|
|
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>
|
|
@@ -24125,6 +24125,7 @@ td.table-focus {
|
|
|
24125
24125
|
}
|
|
24126
24126
|
.treeview .component-expander {
|
|
24127
24127
|
font-size: 10px;
|
|
24128
|
+
padding: 6px 8px;
|
|
24128
24129
|
}
|
|
24129
24130
|
.treeview .component-expander .lexicon-icon:not(.component-expanded-d-none) {
|
|
24130
24131
|
display: none;
|