@clayui/css 3.116.0 → 3.116.1
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 +5 -1
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +5 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css +0 -0
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css +7 -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/_popovers.scss +4 -0
- package/src/scss/mixins/_popovers.scss +33 -0
- package/src/scss/variables/_popovers.scss +4 -0
- package/CHANGELOG.md +0 -2989
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.116.
|
|
3
|
+
* Clay 3.116.1
|
|
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.116.
|
|
19
|
+
* Clay 3.116.1
|
|
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>
|
|
@@ -15182,6 +15182,11 @@ html:not(#__):not(#___) .cadmin .popover .arrow::after {
|
|
|
15182
15182
|
html:not(#__):not(#___) .cadmin .popover .inline-scroller {
|
|
15183
15183
|
max-height: 238px;
|
|
15184
15184
|
}
|
|
15185
|
+
html:not(#__):not(#___) .cadmin .popover.focus, html:not(#__):not(#___) .cadmin .popover:focus-visible,
|
|
15186
|
+
html:not(#__):not(#___) .c-prefers-focus .cadmin .popover {
|
|
15187
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
15188
|
+
outline: 0;
|
|
15189
|
+
}
|
|
15185
15190
|
html:not(#__):not(#___) .cadmin .popover-secondary {
|
|
15186
15191
|
box-shadow: 0 8px 16px 0 rgba(11, 95, 255, 0.16);
|
|
15187
15192
|
}
|