tweak the style of the alt text buble
This commit is contained in:
parent
3ee1f727de
commit
383cf855b5
2 changed files with 6 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
|||
.alt-text {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
background-color: var(--color-bg-overlay);
|
||||
background-color: var(--color-bg-alt-text);
|
||||
padding: 10px;
|
||||
margin: 10px;
|
||||
top: 0;
|
||||
|
|
@ -68,6 +68,8 @@
|
|||
z-index: 1;
|
||||
|
||||
transition: opacity 250ms ease-in, visibility 0ms ease-in 250ms;
|
||||
|
||||
box-shadow: inset 0px 0px 0.4em 0px var(--color-button-shadow);
|
||||
}
|
||||
|
||||
&:hover .alt-text {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue