Skip to content

Commit

Permalink
fix: Text selection not visible in modal dialog header (parse-communi…
Browse files Browse the repository at this point in the history
  • Loading branch information
jadsonlourenco authored Nov 5, 2022
1 parent 106fc74 commit fb0e79c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/stylesheets/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ body {
-webkit-font-smoothing: antialiased;
}

::-moz-selection {
color: white;
background: $blue;
}

::selection {
color: white;
background: $blue;
}

a {
color: $blue;
cursor: pointer;
Expand Down

0 comments on commit fb0e79c

Please sign in to comment.