Skip to content

Commit b0fe217

Browse files
committed
fix(navdrawer): add transparency to background color
1 parent 24f1698 commit b0fe217

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/core/styles/components/navdrawer/_navdrawer-theme.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152

153153
/// @param {Map} $theme - The theme used to style the component.
154154
/// @requires {mixin} igx-css-vars
155-
/// @requires $overlay-color
156155
/// @requires rem
157156
/// @requires var-get
158157
@mixin igx-navdrawer($theme) {
@@ -266,7 +265,7 @@
266265

267266
%overlay {
268267
opacity: 1;
269-
background: igx-color(map.get($theme, 'palette'), 'grays');
268+
background: igx-color(map.get($theme, 'palette'), 'grays', 500, .54);
270269
transition: opacity, visibility;
271270
transition-duration: .25s, .25s;
272271
transition-timing-function: ease-in, step-start;

0 commit comments

Comments
 (0)