Skip to content

Commit f9b6aec

Browse files
remove unneeded css
1 parent fbf284e commit f9b6aec

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/styles/styles.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ body {
2828
@include theme.globals(theme.$dark-theme);
2929
}
3030

31-
/* The following overrides transparent select options after upgrading to Angular 7 */
32-
.mat-select-panel {
33-
background: #fff;
34-
}
35-
36-
.mat-select-panel:not([class*='mat-elevation-z']) {
37-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
38-
0 1px 10px 0 rgba(0, 0, 0, 0.12);
39-
}
40-
4131
.header-text {
4232
font-family: open_sansbold;
4333
}

0 commit comments

Comments
 (0)