Skip to content

Commit 0be65da

Browse files
committed
fix example css
1 parent d99f432 commit 0be65da

File tree

1 file changed

+4
-4
lines changed
  • packages/react-core/src/components/Compass/examples

1 file changed

+4
-4
lines changed

packages/react-core/src/components/Compass/examples/compass.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
#ws-react-p-compass-basic [class*="pf-v6-c-compass"] {
1+
#ws-react-a-compass-basic [class*="pf-v6-c-compass"] {
22
position: relative;
33
}
44

5-
#ws-react-p-compass-basic [class*="pf-v6-c-compass"]::after {
5+
#ws-react-a-compass-basic [class*="pf-v6-c-compass"]::after {
66
content: "";
77
position: absolute;
88
inset: 0;
99
border: var(--pf-t--global--border--width--regular) dashed var(--pf-t--global--border--color--default);
1010
pointer-events: none;
1111
}
1212

13-
#ws-react-p-compass-with-alternate-footer [class*="pf-v6-c-compass"] {
13+
#ws-react-a-compass-with-alternate-footer [class*="pf-v6-c-compass"] {
1414
position: relative;
1515
}
1616

17-
#ws-react-p-compass-with-alternate-footer [class*="pf-v6-c-compass"]:not([class*="footer"])::after {
17+
#ws-react-a-compass-with-alternate-footer [class*="pf-v6-c-compass"]:not([class*="footer"])::after {
1818
content: "";
1919
position: absolute;
2020
inset: 0;

0 commit comments

Comments
 (0)