@clayui/css 3.115.0 → 3.115.2
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 +22 -0
- package/lib/css/atlas.css +47 -18
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +47 -18
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +56 -21
- 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/_custom-forms.scss +1 -1
- package/src/scss/cadmin/variables/_empty-state.scss +1 -0
- package/src/scss/cadmin/variables/_treeview.scss +41 -19
- package/src/scss/variables/_empty-state.scss +5 -2
- package/src/scss/variables/_treeview.scss +41 -19
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.115.
|
|
3
|
+
* Clay 3.115.2
|
|
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.115.
|
|
19
|
+
* Clay 3.115.2
|
|
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>
|
|
@@ -4514,6 +4514,7 @@ html:not(#__):not(#___) .cadmin .c-empty-state-animation {
|
|
|
4514
4514
|
align-items: center;
|
|
4515
4515
|
display: flex;
|
|
4516
4516
|
flex-direction: column;
|
|
4517
|
+
flex-shrink: 0;
|
|
4517
4518
|
margin: 80px auto 24px;
|
|
4518
4519
|
max-width: 340px;
|
|
4519
4520
|
text-align: center;
|
|
@@ -8900,7 +8901,7 @@ html:not(#__):not(#___) .cadmin .custom-control-label {
|
|
|
8900
8901
|
}
|
|
8901
8902
|
html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
8902
8903
|
background-color: #fff;
|
|
8903
|
-
border-color: #
|
|
8904
|
+
border-color: #6b6c7e;
|
|
8904
8905
|
border-style: solid;
|
|
8905
8906
|
border-width: 1px;
|
|
8906
8907
|
box-shadow: none;
|
|
@@ -8951,7 +8952,7 @@ html:not(#__):not(#___) .cadmin .custom-control-primary .custom-control-label-te
|
|
|
8951
8952
|
}
|
|
8952
8953
|
html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
8953
8954
|
background-color: #fff;
|
|
8954
|
-
border-color: #
|
|
8955
|
+
border-color: #6b6c7e;
|
|
8955
8956
|
border-style: solid;
|
|
8956
8957
|
border-width: 1px;
|
|
8957
8958
|
box-shadow: none;
|
|
@@ -8999,12 +9000,12 @@ html:not(#__):not(#___) .cadmin .custom-control-input {
|
|
|
8999
9000
|
}
|
|
9000
9001
|
html:not(#__):not(#___) .cadmin .custom-control-input:focus-visible ~ .custom-control-label::before,
|
|
9001
9002
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input ~ .custom-control-label::before {
|
|
9002
|
-
border-color: #
|
|
9003
|
+
border-color: #6b6c7e;
|
|
9003
9004
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
9004
9005
|
}
|
|
9005
9006
|
html:not(#__):not(#___) .cadmin .custom-control-input:active ~ .custom-control-label::before {
|
|
9006
9007
|
background-color: #fff;
|
|
9007
|
-
border-color: #
|
|
9008
|
+
border-color: #6b6c7e;
|
|
9008
9009
|
color: #fff;
|
|
9009
9010
|
}
|
|
9010
9011
|
html:not(#__):not(#___) .cadmin .custom-control-input[disabled], html:not(#__):not(#___) .cadmin .custom-control-input:disabled {
|
|
@@ -18942,6 +18943,7 @@ html:not(#__):not(#___) .cadmin .treeview .component-action[aria-expanded=true],
|
|
|
18942
18943
|
background-color: transparent;
|
|
18943
18944
|
}
|
|
18944
18945
|
html:not(#__):not(#___) .cadmin .treeview .component-icon {
|
|
18946
|
+
color: #6b6c7e;
|
|
18945
18947
|
display: inline-block;
|
|
18946
18948
|
font-size: 16px;
|
|
18947
18949
|
height: auto;
|
|
@@ -19102,9 +19104,6 @@ html:not(#__):not(#___) .cadmin .treeview-dragging {
|
|
|
19102
19104
|
html:not(#__):not(#___) .cadmin .treeview-light .component-expander {
|
|
19103
19105
|
color: #6b6c7e;
|
|
19104
19106
|
}
|
|
19105
|
-
html:not(#__):not(#___) .cadmin .treeview-light .component-expander:hover {
|
|
19106
|
-
color: #0b5fff;
|
|
19107
|
-
}
|
|
19108
19107
|
html:not(#__):not(#___) .cadmin .treeview-light .component-expander:disabled, html:not(#__):not(#___) .cadmin .treeview-light .component-expander.disabled {
|
|
19109
19108
|
color: #6b6c7e;
|
|
19110
19109
|
opacity: 0.5;
|
|
@@ -19116,21 +19115,38 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link {
|
|
|
19116
19115
|
color: #6b6c7e;
|
|
19117
19116
|
}
|
|
19118
19117
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:hover, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.hover {
|
|
19119
|
-
|
|
19120
|
-
|
|
19118
|
+
box-shadow: inset 0 0 0 1px #88889a;
|
|
19119
|
+
}
|
|
19120
|
+
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:focus-visible,
|
|
19121
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
|
|
19122
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
19121
19123
|
}
|
|
19122
19124
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active {
|
|
19123
|
-
background-color: #
|
|
19124
|
-
|
|
19125
|
+
background-color: #f0f5ff;
|
|
19126
|
+
box-shadow: inset 0 0 0 1px #0b5fff;
|
|
19127
|
+
color: #393a4a;
|
|
19128
|
+
}
|
|
19129
|
+
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active:focus-visible,
|
|
19130
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
|
|
19131
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
19125
19132
|
}
|
|
19126
19133
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active {
|
|
19127
|
-
background-color: #
|
|
19128
|
-
|
|
19134
|
+
background-color: #f0f5ff;
|
|
19135
|
+
box-shadow: inset 0 0 0 1px #0b5fff;
|
|
19136
|
+
color: #393a4a;
|
|
19137
|
+
}
|
|
19138
|
+
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active:focus-visible,
|
|
19139
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
|
|
19140
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
19129
19141
|
}
|
|
19130
19142
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.disabled {
|
|
19131
19143
|
background-color: transparent;
|
|
19132
19144
|
color: rgba(107, 108, 126, 0.5);
|
|
19133
19145
|
}
|
|
19146
|
+
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link[aria-expanded=true]:focus-visible,
|
|
19147
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.show:focus-visible {
|
|
19148
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
19149
|
+
}
|
|
19134
19150
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover.hover {
|
|
19135
19151
|
background-color: transparent;
|
|
19136
19152
|
color: #6b6c7e;
|
|
@@ -19138,23 +19154,42 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover
|
|
|
19138
19154
|
html:not(#__):not(#___) .cadmin .treeview-dark .component-expander {
|
|
19139
19155
|
color: #a7a9bc;
|
|
19140
19156
|
}
|
|
19141
|
-
html:not(#__):not(#___) .cadmin .treeview-dark .component-expander:hover {
|
|
19142
|
-
color: #80acff;
|
|
19143
|
-
}
|
|
19144
19157
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link {
|
|
19145
19158
|
color: #a7a9bc;
|
|
19146
19159
|
}
|
|
19147
19160
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:hover, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.hover {
|
|
19148
|
-
|
|
19161
|
+
box-shadow: inset 0 0 0 1px #88889a;
|
|
19162
|
+
}
|
|
19163
|
+
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:focus-visible,
|
|
19164
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
|
|
19165
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
19166
|
+
}
|
|
19167
|
+
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active {
|
|
19168
|
+
background-color: #393a4a;
|
|
19169
|
+
box-shadow: inset 0 0 0 1px #0b5fff;
|
|
19170
|
+
color: #f0f5ff;
|
|
19171
|
+
}
|
|
19172
|
+
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active:focus-visible,
|
|
19173
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
|
|
19174
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
19149
19175
|
}
|
|
19150
19176
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active {
|
|
19151
|
-
background-color:
|
|
19152
|
-
|
|
19177
|
+
background-color: #393a4a;
|
|
19178
|
+
box-shadow: inset 0 0 0 1px #0b5fff;
|
|
19179
|
+
color: #f0f5ff;
|
|
19180
|
+
}
|
|
19181
|
+
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active:focus-visible,
|
|
19182
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
|
|
19183
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
19153
19184
|
}
|
|
19154
19185
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.disabled {
|
|
19155
19186
|
background-color: transparent;
|
|
19156
19187
|
color: rgba(167, 169, 188, 0.5);
|
|
19157
19188
|
}
|
|
19189
|
+
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link[aria-expanded=true]:focus-visible,
|
|
19190
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.show:focus-visible {
|
|
19191
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
19192
|
+
}
|
|
19158
19193
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover.hover {
|
|
19159
19194
|
background-color: transparent;
|
|
19160
19195
|
color: #a7a9bc;
|