Skip to content

Commit

Permalink
Move selection style outside components (fixes #102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rik Smith-Unna committed Jun 29, 2017
1 parent edeae5c commit f3b5838
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions app/client/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ body {

::selection {
background: white;
color: black;
}

.clickable {
Expand Down
5 changes: 0 additions & 5 deletions app/client/views/detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ module.exports = (state, emit) => {
user-select: text;
}
.paper ::selection {
background: ${C.WHITE};
color: ${C.GREYBLUE};
}
.row {
flex-direction: row;
justify-content: space-between;
Expand Down

0 comments on commit f3b5838

Please sign in to comment.