Skip to content

Commit

Permalink
fix(rememberthemilk): Fix button not showing up
Browse files Browse the repository at this point in the history
Closes #2217
  • Loading branch information
Alissonsz committed Jun 16, 2023
1 parent dcfa263 commit 26f1f47
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -852,14 +852,10 @@ li > .toggl-button.phabricator {
/********* REMEMEBER THE MILK *********/
.toggl-button.rememberthemilk {
margin-left: 5px;
position: absolute;
}
.toggl-button.rememberthemilk:not(.active) {
display: none !important;
}

*:hover > .toggl-button.rememberthemilk {
display: inline-block !important;
.toggl-button:has(.toggl-button.rememberthemilk) {
position: absolute;
}

/********* FRESHDESK *********/
Expand Down

0 comments on commit 26f1f47

Please sign in to comment.