Skip to content

Commit

Permalink
ELEMENTS-1680: made comments kebab menu visible at all times instead …
Browse files Browse the repository at this point in the history
…of mouse hover
  • Loading branch information
swarnadipa-dev committed Dec 7, 2023
1 parent e093709 commit 35cacd7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ui/nuxeo-document-comments/nuxeo-document-comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ import '../nuxeo-button-styles.js';
margin-top: 5px;
}
#body:hover paper-icon-button {
opacity: 0.5;
transition: opacity 100ms;
}
.author {
font-weight: bold;
margin-right: 5px;
Expand Down Expand Up @@ -101,7 +96,7 @@ import '../nuxeo-button-styles.js';
}
paper-icon-button {
opacity: 0;
opacity: 0.5;
--paper-icon-button: {
padding: 0;
}
Expand Down

0 comments on commit 35cacd7

Please sign in to comment.