@clayui/css 3.139.1 → 3.142.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/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.139.1
3
+ * Clay 3.142.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>
@@ -13436,6 +13436,12 @@ label.custom-control-label {
13436
13436
  color: #495057;
13437
13437
  border-color: #dee2e6 #dee2e6 #fff;
13438
13438
  }
13439
+ .nav-tabs .nav-link .inline-item-before {
13440
+ margin-right: 0.25rem;
13441
+ }
13442
+ .nav-tabs .nav-link .inline-item-after {
13443
+ margin-left: 0.25rem;
13444
+ }
13439
13445
  .nav-tabs .nav-item {
13440
13446
  margin-bottom: -0.0625rem;
13441
13447
  }
@@ -19439,6 +19445,25 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
19439
19445
  border-left-width: 1px;
19440
19446
  color: #212529;
19441
19447
  }
19448
+ .sidebar-light .close:hover {
19449
+ background-color: #6c757d;
19450
+ color: #fff;
19451
+ }
19452
+ .sidebar-light .close:active {
19453
+ background-color: #6c757d;
19454
+ color: #fff;
19455
+ }
19456
+ .sidebar-light .close.active {
19457
+ background-color: #6c757d;
19458
+ color: #fff;
19459
+ }
19460
+ .sidebar-light .close:disabled, .sidebar-light .close.disabled {
19461
+ background-color: transparent;
19462
+ box-shadow: none;
19463
+ color: #6c757d;
19464
+ cursor: not-allowed;
19465
+ opacity: 0.65;
19466
+ }
19442
19467
  .sidebar-light .sidebar-header {
19443
19468
  background-color: inherit;
19444
19469
  border: 0px solid #dee2e6;
@@ -19501,6 +19526,24 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
19501
19526
  .sidebar-light .component-navigation-bar .navbar-overlay {
19502
19527
  background-color: #f8f9fa;
19503
19528
  }
19529
+ .sidebar-light .close:hover {
19530
+ background-color: #6c757d;
19531
+ color: #fff;
19532
+ }
19533
+ .sidebar-light .close:active {
19534
+ background-color: #6c757d;
19535
+ color: #fff;
19536
+ }
19537
+ .sidebar-light .close:disabled {
19538
+ background-color: transparent;
19539
+ box-shadow: none;
19540
+ color: #6c757d;
19541
+ cursor: not-allowed;
19542
+ opacity: 0.65;
19543
+ }
19544
+ .sidebar-light .close:disabled:active {
19545
+ pointer-events: none;
19546
+ }
19504
19547
  .sidebar-light .sidebar-header {
19505
19548
  background-color: inherit;
19506
19549
  border: 0px solid #dee2e6;