@clayui/css 3.115.2 → 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 +9 -5
- 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 +11 -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/_popovers.scss +4 -0
- package/src/scss/cadmin/variables/_tables.scss +4 -4
- package/src/scss/mixins/_popovers.scss +33 -0
- package/src/scss/variables/_popovers.scss +4 -0
- package/CHANGELOG.md +0 -2978
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
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>
|
|
@@ -19363,6 +19363,10 @@ label.custom-control-label {
|
|
|
19363
19363
|
.popover .inline-scroller {
|
|
19364
19364
|
max-height: 14.875rem;
|
|
19365
19365
|
}
|
|
19366
|
+
.popover.focus, .popover:focus-visible, .c-prefers-focus .popover:focus {
|
|
19367
|
+
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
|
|
19368
|
+
outline: 0;
|
|
19369
|
+
}
|
|
19366
19370
|
.popover-secondary {
|
|
19367
19371
|
box-shadow: 0 8px 16px 0 rgba(11, 95, 255, 0.16);
|
|
19368
19372
|
}
|
|
@@ -21257,7 +21261,7 @@ td.table-focus {
|
|
|
21257
21261
|
.table-title a[href] {
|
|
21258
21262
|
color: #272833;
|
|
21259
21263
|
border-radius: 1px;
|
|
21260
|
-
display: inline-
|
|
21264
|
+
display: inline-block;
|
|
21261
21265
|
max-width: 100%;
|
|
21262
21266
|
transition: box-shadow 0.15s ease-in-out;
|
|
21263
21267
|
}
|
|
@@ -21287,7 +21291,7 @@ td.table-focus {
|
|
|
21287
21291
|
.table-link {
|
|
21288
21292
|
color: #272833;
|
|
21289
21293
|
border-radius: 1px;
|
|
21290
|
-
display: inline-
|
|
21294
|
+
display: inline-block;
|
|
21291
21295
|
max-width: 100%;
|
|
21292
21296
|
transition: box-shadow 0.15s ease-in-out;
|
|
21293
21297
|
}
|
|
@@ -21580,7 +21584,7 @@ td.table-focus {
|
|
|
21580
21584
|
.table-list-title a[href] {
|
|
21581
21585
|
color: #272833;
|
|
21582
21586
|
border-radius: 1px;
|
|
21583
|
-
display: inline-
|
|
21587
|
+
display: inline-block;
|
|
21584
21588
|
max-width: 100%;
|
|
21585
21589
|
transition: box-shadow 0.15s ease-in-out;
|
|
21586
21590
|
}
|
|
@@ -21610,7 +21614,7 @@ td.table-focus {
|
|
|
21610
21614
|
.table-list-link {
|
|
21611
21615
|
color: #272833;
|
|
21612
21616
|
border-radius: 1px;
|
|
21613
|
-
display: inline-
|
|
21617
|
+
display: inline-block;
|
|
21614
21618
|
max-width: 100%;
|
|
21615
21619
|
transition: box-shadow 0.15s ease-in-out;
|
|
21616
21620
|
}
|