Skip to content

Commit fb0e79c

Browse files
fix: Text selection not visible in modal dialog header (#2340)
1 parent 106fc74 commit fb0e79c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/stylesheets/base.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ body {
3434
-webkit-font-smoothing: antialiased;
3535
}
3636

37-
::-moz-selection {
38-
color: white;
39-
background: $blue;
40-
}
41-
42-
::selection {
43-
color: white;
44-
background: $blue;
45-
}
46-
4737
a {
4838
color: $blue;
4939
cursor: pointer;

0 commit comments

Comments
 (0)