@clayui/css 3.115.2 → 3.116.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.
- package/CHANGELOG.md +11 -0
- package/lib/css/atlas.css +5 -5
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +6 -6
- 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/atlas/variables/_tables.scss +4 -4
- package/src/scss/cadmin/variables/_tables.scss +4 -4
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.116.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.
|
|
19
|
+
* Clay 3.116.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>
|
|
@@ -16796,7 +16796,7 @@ html:not(#__):not(#___) .cadmin .table-title {
|
|
|
16796
16796
|
html:not(#__):not(#___) .cadmin .table-title a {
|
|
16797
16797
|
border-radius: 1px;
|
|
16798
16798
|
color: #272833;
|
|
16799
|
-
display: inline-
|
|
16799
|
+
display: inline-block;
|
|
16800
16800
|
max-width: 100%;
|
|
16801
16801
|
transition: box-shadow 0.15s ease-in-out;
|
|
16802
16802
|
}
|
|
@@ -16820,7 +16820,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-title a {
|
|
|
16820
16820
|
html:not(#__):not(#___) .cadmin .table-link {
|
|
16821
16821
|
border-radius: 1px;
|
|
16822
16822
|
color: #272833;
|
|
16823
|
-
display: inline-
|
|
16823
|
+
display: inline-block;
|
|
16824
16824
|
max-width: 100%;
|
|
16825
16825
|
transition: box-shadow 0.15s ease-in-out;
|
|
16826
16826
|
}
|
|
@@ -17111,7 +17111,7 @@ html:not(#__):not(#___) .cadmin .table-list-title {
|
|
|
17111
17111
|
html:not(#__):not(#___) .cadmin .table-list-title a {
|
|
17112
17112
|
border-radius: 1px;
|
|
17113
17113
|
color: #272833;
|
|
17114
|
-
display: inline-
|
|
17114
|
+
display: inline-block;
|
|
17115
17115
|
max-width: 100%;
|
|
17116
17116
|
transition: box-shadow 0.15s ease-in-out;
|
|
17117
17117
|
}
|
|
@@ -17135,7 +17135,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-title a {
|
|
|
17135
17135
|
html:not(#__):not(#___) .cadmin .table-list-link {
|
|
17136
17136
|
border-radius: 1px;
|
|
17137
17137
|
color: #272833;
|
|
17138
|
-
display: inline-
|
|
17138
|
+
display: inline-block;
|
|
17139
17139
|
max-width: 100%;
|
|
17140
17140
|
transition: box-shadow 0.15s ease-in-out;
|
|
17141
17141
|
}
|