mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-25 08:06:51 +00:00
Add duplicate list item action
This commit is contained in:
@@ -547,7 +547,7 @@ main.has-preview {
|
||||
.tooltipped::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
z-index: 101;
|
||||
display: none;
|
||||
right: 50%;
|
||||
width: 0;
|
||||
@@ -564,6 +564,10 @@ main.has-preview {
|
||||
animation: tooltip-appear 0.1s ease-in 0.4s forwards;
|
||||
}
|
||||
|
||||
.tooltipped:not([disabled]):hover::after {
|
||||
box-shadow: 0 1px 3px 0 #0007;
|
||||
}
|
||||
|
||||
@keyframes tooltip-appear {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
|
||||
Reference in New Issue
Block a user