Add comment marker style for hover and focus states
This commit is contained in:
parent
78c09254fa
commit
94b9143cab
1 changed files with 9 additions and 0 deletions
|
|
@ -367,5 +367,14 @@ function openComment(comment) {
|
|||
cursor: pointer !important;
|
||||
z-index: 999;
|
||||
overflow: visible;
|
||||
transition: transform 0.1s ease-out;
|
||||
transform-origin: bottom left;
|
||||
}
|
||||
.comment-marker:hover {
|
||||
transform: scale(1.1);
|
||||
}
|
||||
.comment-marker.active,
|
||||
.comment-marker:focus {
|
||||
background-image: var(--icon-comment-focus)
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue