@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.
package/lib/css/base.css CHANGED
@@ -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>
@@ -18031,6 +18031,10 @@ label.custom-control-label {
18031
18031
  .popover .inline-scroller {
18032
18032
  max-height: 14.75rem;
18033
18033
  }
18034
+ .popover.focus, .popover:focus-visible, .c-prefers-focus .popover:focus {
18035
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
18036
+ outline: 0;
18037
+ }
18034
18038
  .popover-secondary {
18035
18039
  box-shadow: 0 8px 16px 0 rgba(0, 123, 255, 0.16);
18036
18040
  }