@clayui/css 3.139.0 → 3.141.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/lib/css/atlas.css +56 -5
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +38 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +5 -8
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/pause.svg +3 -4
- package/package.json +2 -2
- package/src/images/icons/pause.svg +3 -4
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_date-picker.scss +1 -0
- package/src/scss/atlas/variables/_sidebar.scss +19 -0
- package/src/scss/atlas/variables/_utilities.scss +1 -0
- package/src/scss/cadmin/variables/_date-picker.scss +1 -1
- package/src/scss/cadmin/variables/_sidebar.scss +25 -0
- package/src/scss/cadmin/variables/_utilities.scss +0 -3
- package/src/scss/functions/_lx-icons-generated.scss +1 -1
- package/src/scss/variables/_sidebar.scss +20 -0
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.141.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>
|
|
@@ -11197,15 +11197,15 @@ label.custom-control-label {
|
|
|
11197
11197
|
}
|
|
11198
11198
|
.previous-month-date:active {
|
|
11199
11199
|
background-color: #b3cdff;
|
|
11200
|
-
color: #
|
|
11200
|
+
color: #6b6c7e;
|
|
11201
11201
|
}
|
|
11202
11202
|
.previous-month-date.active {
|
|
11203
11203
|
background-color: #b3cdff;
|
|
11204
|
-
color: #
|
|
11204
|
+
color: #6b6c7e;
|
|
11205
11205
|
}
|
|
11206
11206
|
.previous-month-date[aria-expanded=true], .previous-month-date.show {
|
|
11207
11207
|
background-color: #b3cdff;
|
|
11208
|
-
color: #
|
|
11208
|
+
color: #6b6c7e;
|
|
11209
11209
|
}
|
|
11210
11210
|
.next-month-date {
|
|
11211
11211
|
color: #a7a9bc;
|
|
@@ -20986,6 +20986,33 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
20986
20986
|
box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1);
|
|
20987
20987
|
}
|
|
20988
20988
|
|
|
20989
|
+
.sidebar-light .close {
|
|
20990
|
+
color: #6b6c7e;
|
|
20991
|
+
}
|
|
20992
|
+
.sidebar-light .close:hover {
|
|
20993
|
+
background-color: rgba(39, 40, 51, 0.03);
|
|
20994
|
+
color: #272833;
|
|
20995
|
+
}
|
|
20996
|
+
.sidebar-light .close.focus, .sidebar-light .close:focus-visible, .c-prefers-focus .sidebar-light .close:focus {
|
|
20997
|
+
background-color: rgba(39, 40, 51, 0.03);
|
|
20998
|
+
color: #272833;
|
|
20999
|
+
}
|
|
21000
|
+
|
|
21001
|
+
.sidebar-light .close:active {
|
|
21002
|
+
background-color: rgba(39, 40, 51, 0.06);
|
|
21003
|
+
color: #272833;
|
|
21004
|
+
}
|
|
21005
|
+
.sidebar-light .close.active {
|
|
21006
|
+
background-color: rgba(39, 40, 51, 0.06);
|
|
21007
|
+
color: #272833;
|
|
21008
|
+
}
|
|
21009
|
+
.sidebar-light .close:disabled, .sidebar-light .close.disabled {
|
|
21010
|
+
background-color: transparent;
|
|
21011
|
+
box-shadow: none;
|
|
21012
|
+
color: #6b6c7e;
|
|
21013
|
+
cursor: not-allowed;
|
|
21014
|
+
opacity: 0.4;
|
|
21015
|
+
}
|
|
20989
21016
|
.sidebar-light .sidebar-header {
|
|
20990
21017
|
background-color: inherit;
|
|
20991
21018
|
border: 0px solid #e7e7ed;
|
|
@@ -21055,6 +21082,31 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
21055
21082
|
.sidebar-light .component-navigation-bar .navbar-overlay {
|
|
21056
21083
|
background-color: #fff;
|
|
21057
21084
|
}
|
|
21085
|
+
.sidebar-light .close {
|
|
21086
|
+
color: #6b6c7e;
|
|
21087
|
+
}
|
|
21088
|
+
.sidebar-light .close:hover {
|
|
21089
|
+
background-color: rgba(39, 40, 51, 0.03);
|
|
21090
|
+
color: #272833;
|
|
21091
|
+
}
|
|
21092
|
+
.sidebar-light .close:active {
|
|
21093
|
+
background-color: rgba(39, 40, 51, 0.06);
|
|
21094
|
+
color: #272833;
|
|
21095
|
+
}
|
|
21096
|
+
.sidebar-light .close:disabled {
|
|
21097
|
+
background-color: transparent;
|
|
21098
|
+
box-shadow: none;
|
|
21099
|
+
color: #6b6c7e;
|
|
21100
|
+
cursor: not-allowed;
|
|
21101
|
+
opacity: 0.4;
|
|
21102
|
+
}
|
|
21103
|
+
.sidebar-light .close:disabled:active {
|
|
21104
|
+
pointer-events: none;
|
|
21105
|
+
}
|
|
21106
|
+
.sidebar-light .close:focus {
|
|
21107
|
+
background-color: rgba(39, 40, 51, 0.03);
|
|
21108
|
+
color: #272833;
|
|
21109
|
+
}
|
|
21058
21110
|
.sidebar-light .sidebar-header {
|
|
21059
21111
|
background-color: inherit;
|
|
21060
21112
|
border: 0px solid #e7e7ed;
|
|
@@ -24616,7 +24668,6 @@ td.table-focus {
|
|
|
24616
24668
|
.close.focus, .close:focus-visible, .c-prefers-focus .close:focus {
|
|
24617
24669
|
box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
|
|
24618
24670
|
outline: 0;
|
|
24619
|
-
opacity: 0.75;
|
|
24620
24671
|
}
|
|
24621
24672
|
|
|
24622
24673
|
.close:disabled, .close.disabled {
|