Skip to content

Commit

Permalink
fix(trello): Button was hidden on certain hover conditions (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
izontm committed Apr 15, 2024
1 parent a448a2c commit 6025a96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/styles/style.css
Expand Up @@ -173,13 +173,11 @@ SingleTaskPaneToolbar .toggl-button.asana-board, /* new ui v1 */
}

.toggl-button.trello-list:not(.toggl-button-edit-form-button) {
visibility: hidden;
pointer-events: none;
margin-top: 6px;
margin-left: 1px;
}
.checklist-item-details:hover .toggl-button.trello-list, .toggl-button.trello-list.active:not(.toggl-button-edit-form-button) {
visibility: visible;
pointer-events: all;
height: 100%;
width: 100%;
Expand Down

0 comments on commit 6025a96

Please sign in to comment.