@clayui/css 3.115.1 → 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 +11 -0
- package/lib/css/atlas.css +42 -16
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +42 -16
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +55 -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/_treeview.scss +41 -19
- 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>
|
|
@@ -8901,7 +8901,7 @@ html:not(#__):not(#___) .cadmin .custom-control-label {
|
|
|
8901
8901
|
}
|
|
8902
8902
|
html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
8903
8903
|
background-color: #fff;
|
|
8904
|
-
border-color: #
|
|
8904
|
+
border-color: #6b6c7e;
|
|
8905
8905
|
border-style: solid;
|
|
8906
8906
|
border-width: 1px;
|
|
8907
8907
|
box-shadow: none;
|
|
@@ -8952,7 +8952,7 @@ html:not(#__):not(#___) .cadmin .custom-control-primary .custom-control-label-te
|
|
|
8952
8952
|
}
|
|
8953
8953
|
html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
8954
8954
|
background-color: #fff;
|
|
8955
|
-
border-color: #
|
|
8955
|
+
border-color: #6b6c7e;
|
|
8956
8956
|
border-style: solid;
|
|
8957
8957
|
border-width: 1px;
|
|
8958
8958
|
box-shadow: none;
|
|
@@ -9000,12 +9000,12 @@ html:not(#__):not(#___) .cadmin .custom-control-input {
|
|
|
9000
9000
|
}
|
|
9001
9001
|
html:not(#__):not(#___) .cadmin .custom-control-input:focus-visible ~ .custom-control-label::before,
|
|
9002
9002
|
html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input ~ .custom-control-label::before {
|
|
9003
|
-
border-color: #
|
|
9003
|
+
border-color: #6b6c7e;
|
|
9004
9004
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
9005
9005
|
}
|
|
9006
9006
|
html:not(#__):not(#___) .cadmin .custom-control-input:active ~ .custom-control-label::before {
|
|
9007
9007
|
background-color: #fff;
|
|
9008
|
-
border-color: #
|
|
9008
|
+
border-color: #6b6c7e;
|
|
9009
9009
|
color: #fff;
|
|
9010
9010
|
}
|
|
9011
9011
|
html:not(#__):not(#___) .cadmin .custom-control-input[disabled], html:not(#__):not(#___) .cadmin .custom-control-input:disabled {
|
|
@@ -18943,6 +18943,7 @@ html:not(#__):not(#___) .cadmin .treeview .component-action[aria-expanded=true],
|
|
|
18943
18943
|
background-color: transparent;
|
|
18944
18944
|
}
|
|
18945
18945
|
html:not(#__):not(#___) .cadmin .treeview .component-icon {
|
|
18946
|
+
color: #6b6c7e;
|
|
18946
18947
|
display: inline-block;
|
|
18947
18948
|
font-size: 16px;
|
|
18948
18949
|
height: auto;
|
|
@@ -19103,9 +19104,6 @@ html:not(#__):not(#___) .cadmin .treeview-dragging {
|
|
|
19103
19104
|
html:not(#__):not(#___) .cadmin .treeview-light .component-expander {
|
|
19104
19105
|
color: #6b6c7e;
|
|
19105
19106
|
}
|
|
19106
|
-
html:not(#__):not(#___) .cadmin .treeview-light .component-expander:hover {
|
|
19107
|
-
color: #0b5fff;
|
|
19108
|
-
}
|
|
19109
19107
|
html:not(#__):not(#___) .cadmin .treeview-light .component-expander:disabled, html:not(#__):not(#___) .cadmin .treeview-light .component-expander.disabled {
|
|
19110
19108
|
color: #6b6c7e;
|
|
19111
19109
|
opacity: 0.5;
|
|
@@ -19117,21 +19115,38 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link {
|
|
|
19117
19115
|
color: #6b6c7e;
|
|
19118
19116
|
}
|
|
19119
19117
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:hover, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.hover {
|
|
19120
|
-
|
|
19121
|
-
|
|
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;
|
|
19122
19123
|
}
|
|
19123
19124
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active {
|
|
19124
|
-
background-color: #
|
|
19125
|
-
|
|
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;
|
|
19126
19132
|
}
|
|
19127
19133
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active {
|
|
19128
|
-
background-color: #
|
|
19129
|
-
|
|
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;
|
|
19130
19141
|
}
|
|
19131
19142
|
html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.disabled {
|
|
19132
19143
|
background-color: transparent;
|
|
19133
19144
|
color: rgba(107, 108, 126, 0.5);
|
|
19134
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
|
+
}
|
|
19135
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 {
|
|
19136
19151
|
background-color: transparent;
|
|
19137
19152
|
color: #6b6c7e;
|
|
@@ -19139,23 +19154,42 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover
|
|
|
19139
19154
|
html:not(#__):not(#___) .cadmin .treeview-dark .component-expander {
|
|
19140
19155
|
color: #a7a9bc;
|
|
19141
19156
|
}
|
|
19142
|
-
html:not(#__):not(#___) .cadmin .treeview-dark .component-expander:hover {
|
|
19143
|
-
color: #80acff;
|
|
19144
|
-
}
|
|
19145
19157
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link {
|
|
19146
19158
|
color: #a7a9bc;
|
|
19147
19159
|
}
|
|
19148
19160
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:hover, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.hover {
|
|
19149
|
-
|
|
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;
|
|
19150
19175
|
}
|
|
19151
19176
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active {
|
|
19152
|
-
background-color:
|
|
19153
|
-
|
|
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;
|
|
19154
19184
|
}
|
|
19155
19185
|
html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.disabled {
|
|
19156
19186
|
background-color: transparent;
|
|
19157
19187
|
color: rgba(167, 169, 188, 0.5);
|
|
19158
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
|
+
}
|
|
19159
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 {
|
|
19160
19194
|
background-color: transparent;
|
|
19161
19195
|
color: #a7a9bc;
|