@clayui/css 3.60.1 → 3.60.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.60.1
3
+ * Clay 3.60.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>
@@ -17359,10 +17359,7 @@ a.sheet-subtitle:hover {
17359
17359
  .sidebar-light {
17360
17360
  background-color: #f8f9fa;
17361
17361
  border-color: #dee2e6;
17362
- border-bottom-width: 0;
17363
17362
  border-left-width: 1px;
17364
- border-right-width: 0;
17365
- border-top-width: 0;
17366
17363
  color: #212529;
17367
17364
  }
17368
17365
  .sidebar-light .sidebar-list-group .list-group-title {
@@ -17429,10 +17426,6 @@ a.sheet-subtitle:hover {
17429
17426
  }
17430
17427
  .sidebar-dark {
17431
17428
  background-color: #343a40;
17432
- border-bottom-width: 0;
17433
- border-left-width: 0;
17434
- border-right-width: 0;
17435
- border-top-width: 0;
17436
17429
  color: #fff;
17437
17430
  }
17438
17431
  .sidebar-dark .close {
@@ -17489,6 +17482,64 @@ a.sheet-subtitle:hover {
17489
17482
  .sidebar-dark .nav-nested .nav-link[aria-expanded=true], .sidebar-dark .nav-nested .nav-link.show {
17490
17483
  color: #fff;
17491
17484
  }
17485
+ .sidebar-dark-l2 {
17486
+ background-color: #828e9a;
17487
+ color: #fff;
17488
+ }
17489
+ .sidebar-dark-l2 .close {
17490
+ color: #a9afb5;
17491
+ }
17492
+ .sidebar-dark-l2 .close:hover {
17493
+ color: #fff;
17494
+ }
17495
+ .sidebar-dark-l2 .sidebar-header .component-title {
17496
+ color: inherit;
17497
+ }
17498
+ .sidebar-dark-l2 .sidebar-header .component-title[href],
17499
+ .sidebar-dark-l2 .sidebar-header .component-title [href] {
17500
+ color: inherit;
17501
+ }
17502
+ .sidebar-dark-l2 .sidebar-header .component-subtitle {
17503
+ color: inherit;
17504
+ }
17505
+ .sidebar-dark-l2 .sidebar-header .component-subtitle[href],
17506
+ .sidebar-dark-l2 .sidebar-header .component-subtitle [href] {
17507
+ color: inherit;
17508
+ }
17509
+ .sidebar-dark-l2 .nav-nested .nav-link {
17510
+ border-radius: 0.25rem;
17511
+ color: #a9afb5;
17512
+ transition: box-shadow 0.15s ease-in-out;
17513
+ }
17514
+ @media (prefers-reduced-motion: reduce) {
17515
+ .sidebar-dark-l2 .nav-nested .nav-link {
17516
+ transition: none;
17517
+ }
17518
+ }
17519
+ .sidebar-dark-l2 .nav-nested .nav-link:hover {
17520
+ color: #fff;
17521
+ }
17522
+ .sidebar-dark-l2 .nav-nested .nav-link:focus {
17523
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
17524
+ outline: 0;
17525
+ }
17526
+ .sidebar-dark-l2 .nav-nested .nav-link:active {
17527
+ color: #fff;
17528
+ }
17529
+ .sidebar-dark-l2 .nav-nested .nav-link.active {
17530
+ color: #fff;
17531
+ }
17532
+ .sidebar-dark-l2 .nav-nested .nav-link:disabled, .sidebar-dark-l2 .nav-nested .nav-link.disabled {
17533
+ box-shadow: none;
17534
+ color: #a9afb5;
17535
+ opacity: 0.65;
17536
+ }
17537
+ .sidebar-dark-l2 .nav-nested .nav-link:disabled:active, .sidebar-dark-l2 .nav-nested .nav-link.disabled:active {
17538
+ pointer-events: none;
17539
+ }
17540
+ .sidebar-dark-l2 .nav-nested .nav-link[aria-expanded=true], .sidebar-dark-l2 .nav-nested .nav-link.show {
17541
+ color: #fff;
17542
+ }
17492
17543
  .c-slideout-transition-in {
17493
17544
  transition: all 0.3s ease-in-out;
17494
17545
  }
@@ -27900,6 +27951,7 @@ a.text-dark:hover, a.text-dark:focus {
27900
27951
  height: 1em;
27901
27952
  margin-left: auto;
27902
27953
  margin-right: auto;
27954
+ overflow: hidden;
27903
27955
  position: relative;
27904
27956
  text-align: left;
27905
27957
  vertical-align: middle;