Skip to content

Commit

Permalink
Fix grab area of element picker to accomodate dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Feb 4, 2022
1 parent 020dad8 commit dbf4ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/epicker-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ html#ublock0-epicker,
color: var(--button-preferred-ink);
}
#ublock0-epicker #move {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAD0lEQVQI12NgwAH+MxANACsZAQAWO6hBAAAAAElFTkSuQmCC');
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAFElEQVQI12NgwAfKy8v/M5ANYLoBshgEyQo6H9UAAAAASUVORK5CYII=');
cursor: grab;
flex-grow: 1;
margin: 2px 4px;
opacity: 0.2;
opacity: 0.8;
}
#ublock0-epicker aside.moving #move {
cursor: grabbing;
Expand Down

0 comments on commit dbf4ed7

Please sign in to comment.