Skip to content

Commit b11cdd7

Browse files
authored
Merge pull request #561 from GSA/IAEMOD-3263
Remove hover & focus behavior to enable esc dismiss
2 parents 81a13ab + 16a5559 commit b11cdd7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/stylesheets/components/_popup.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@
185185
cursor: pointer;
186186
}
187187

188-
.sds-tooltip:hover .sds-tooltip__content,
189-
.sds-tooltip:focus .sds-tooltip__content,
188+
.sds-tooltip .tooltip-expanded.sds-tooltip__content,
190189
.sds-popover__content.sds-popover__hidden,
191190
.sds-popover__content.sds-popover__shown {
192191
display: block;

0 commit comments

Comments
 (0)