Skip to content

Commit 1f196ee

Browse files
committed
refactor(cdk/overlay): tweak popover resets
Updates the popover resets based on recent tests. (cherry picked from commit 2297547)
1 parent 2c9fa25 commit 1f196ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cdk/overlay/_index.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,13 @@ $backdrop-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !default;
190190
background: none;
191191
border: none;
192192
padding: 0;
193-
color: inherit;
194193
outline: 0;
195194
overflow: visible;
196195
position: fixed;
197196
pointer-events: none;
197+
white-space: normal;
198+
line-height: normal;
199+
text-decoration: none;
198200

199201
// These are important so the overlay can be measured before it's fully inserted.
200202
width: 100%;

0 commit comments

Comments
 (0)