@clayui/css 3.116.0 → 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/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.116.0
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>
@@ -19363,6 +19363,10 @@ label.custom-control-label {
19363
19363
  .popover .inline-scroller {
19364
19364
  max-height: 14.875rem;
19365
19365
  }
19366
+ .popover.focus, .popover:focus-visible, .c-prefers-focus .popover:focus {
19367
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
19368
+ outline: 0;
19369
+ }
19366
19370
  .popover-secondary {
19367
19371
  box-shadow: 0 8px 16px 0 rgba(11, 95, 255, 0.16);
19368
19372
  }