Skip to content

Commit b7d71e5

Browse files
Removed default border on dialog for tooltip. We'll manage that ourselves, using Patternfly's layout.
1 parent 7061d55 commit b7d71e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ak-tooltip/ak-tooltip.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
font-family: var(--tooltip--FontFamily);
7676
max-width: var(--tooltip--MaxWidth);
7777
box-shadow: var(--tooltip--BoxShadow);
78+
border: 0;
7879
margin: 0;
7980
opacity: 0;
8081
padding: 0;

0 commit comments

Comments
 (0)