Skip to content

Commit

Permalink
Remove unneeded css for selectionRect
Browse files Browse the repository at this point in the history
  • Loading branch information
sents committed May 24, 2021
1 parent 9209ba2 commit 16d1140
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions client-data/board.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@ circle.opcursor {
transition: 0s;
}

#board #selectionRect {
fill: none;
}

/* Internet Explorer specific CSS */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#chooseColor {
Expand All @@ -288,4 +284,4 @@ circle.opcursor {
label.tool-name[for=chooseColor] {
line-height: 10px;
}
}
}

0 comments on commit 16d1140

Please sign in to comment.