This commit is contained in:
2022-05-01 14:04:07 +08:00
parent 42c71b44c6
commit b794f77721
7 changed files with 44 additions and 39 deletions

View File

@ -141,29 +141,6 @@ background {
}
}
tooltiptext {
display: none;
visibility: hidden;
font-family: "Google Sans", Roboto, Noto Sans SC, sans-serif;
width: 120px;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
opacity: 0;
transition: opacity 0.6s;
position: absolute;
z-index: 1;
}
:hover > tooltiptext {
display: block;
visibility: visible;
opacity: 1;
}
.toast {
background: var(--mask-color);
border-radius: 8px;