@clayui/css 3.152.0 → 3.153.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/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.152.0
3
+ * Clay 3.153.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>
@@ -4603,6 +4603,10 @@ input[type=button].btn-block {
4603
4603
  .btn-group > .btn-group:not(:first-child) {
4604
4604
  margin-left: -0.0625rem;
4605
4605
  }
4606
+ .btn-group > .btn::after {
4607
+ content: "";
4608
+ display: block;
4609
+ }
4606
4610
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
4607
4611
  .btn-group > .btn-group:not(:last-child) > .btn {
4608
4612
  border-bottom-right-radius: 0;
@@ -4713,6 +4717,13 @@ input[type=button].btn-block {
4713
4717
  position: absolute;
4714
4718
  }
4715
4719
 
4720
+ .btn-group > .btn-dark:not(:first-of-type), .btn-group > .btn-danger:not(:first-of-type), .btn-group > .btn-warning:not(:first-of-type), .btn-group > .btn-success:not(:first-of-type), .btn-group > .btn-info:not(:first-of-type), .btn-group > .btn-primary:not(:first-of-type) {
4721
+ border-left-color: #fff;
4722
+ }
4723
+ .btn-group > .btn-dark:not(:last-of-type), .btn-group > .btn-danger:not(:last-of-type), .btn-group > .btn-warning:not(:last-of-type), .btn-group > .btn-success:not(:last-of-type), .btn-group > .btn-info:not(:last-of-type), .btn-group > .btn-primary:not(:last-of-type) {
4724
+ border-right-color: #fff;
4725
+ }
4726
+
4716
4727
  .c-empty-state-animation {
4717
4728
  align-items: center;
4718
4729
  display: flex;