Skip to content

Commit

Permalink
Remove stopgap styling of domains on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
UnHumbleBen committed Sep 23, 2020
1 parent beb3335 commit 8d0454d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/middleware/edit_select_mode_change.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const selectable_css_style_non_domain_or_end = {

const selectable_css_style_domain = {
'filter': 'url("#shadow")',
'stroke': 'hotpink',
'stroke-width': '5pt', // makes thicker when selected so easier to see
};

const selectable_css_style_end = {
Expand Down

0 comments on commit 8d0454d

Please sign in to comment.