@clayui/css 3.149.1 → 3.149.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/lib/css/atlas.css +2 -3
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -2
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +2 -3
- 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/_navs.scss +1 -1
- package/src/scss/cadmin/variables/_navs.scss +0 -1
- package/src/scss/variables/_navs.scss +0 -1
package/lib/css/base.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.149.
|
|
3
|
+
* Clay 3.149.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>
|
|
@@ -13432,7 +13432,6 @@ label.custom-control-label {
|
|
|
13432
13432
|
border-style: solid;
|
|
13433
13433
|
border-width: 0.0625rem;
|
|
13434
13434
|
border-radius: 0.25rem 0.25rem 0 0;
|
|
13435
|
-
font-size: inherit;
|
|
13436
13435
|
white-space: nowrap;
|
|
13437
13436
|
}
|
|
13438
13437
|
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.hover {
|