@clayui/css 3.139.0 → 3.139.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 +4 -4
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +5 -5
- 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/_date-picker.scss +1 -0
- package/src/scss/cadmin/variables/_date-picker.scss +1 -1
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.139.
|
|
3
|
+
* Clay 3.139.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>
|
|
@@ -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;
|