@clayui/css 3.115.2 → 3.116.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.
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.115.2
3
+ * Clay 3.116.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>
@@ -16,7 +16,7 @@
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
18
  /**
19
- * Clay 3.115.2
19
+ * Clay 3.116.1
20
20
  *
21
21
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
22
22
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -15182,6 +15182,11 @@ html:not(#__):not(#___) .cadmin .popover .arrow::after {
15182
15182
  html:not(#__):not(#___) .cadmin .popover .inline-scroller {
15183
15183
  max-height: 238px;
15184
15184
  }
15185
+ html:not(#__):not(#___) .cadmin .popover.focus, html:not(#__):not(#___) .cadmin .popover:focus-visible,
15186
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .popover {
15187
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15188
+ outline: 0;
15189
+ }
15185
15190
  html:not(#__):not(#___) .cadmin .popover-secondary {
15186
15191
  box-shadow: 0 8px 16px 0 rgba(11, 95, 255, 0.16);
15187
15192
  }
@@ -16796,7 +16801,7 @@ html:not(#__):not(#___) .cadmin .table-title {
16796
16801
  html:not(#__):not(#___) .cadmin .table-title a {
16797
16802
  border-radius: 1px;
16798
16803
  color: #272833;
16799
- display: inline-flex;
16804
+ display: inline-block;
16800
16805
  max-width: 100%;
16801
16806
  transition: box-shadow 0.15s ease-in-out;
16802
16807
  }
@@ -16820,7 +16825,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-title a {
16820
16825
  html:not(#__):not(#___) .cadmin .table-link {
16821
16826
  border-radius: 1px;
16822
16827
  color: #272833;
16823
- display: inline-flex;
16828
+ display: inline-block;
16824
16829
  max-width: 100%;
16825
16830
  transition: box-shadow 0.15s ease-in-out;
16826
16831
  }
@@ -17111,7 +17116,7 @@ html:not(#__):not(#___) .cadmin .table-list-title {
17111
17116
  html:not(#__):not(#___) .cadmin .table-list-title a {
17112
17117
  border-radius: 1px;
17113
17118
  color: #272833;
17114
- display: inline-flex;
17119
+ display: inline-block;
17115
17120
  max-width: 100%;
17116
17121
  transition: box-shadow 0.15s ease-in-out;
17117
17122
  }
@@ -17135,7 +17140,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-title a {
17135
17140
  html:not(#__):not(#___) .cadmin .table-list-link {
17136
17141
  border-radius: 1px;
17137
17142
  color: #272833;
17138
- display: inline-flex;
17143
+ display: inline-block;
17139
17144
  max-width: 100%;
17140
17145
  transition: box-shadow 0.15s ease-in-out;
17141
17146
  }