mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Remove previous experimental code
This commit is contained in:
parent
dc06508aa5
commit
c1da6b8767
1 changed files with 0 additions and 20 deletions
|
@ -876,26 +876,6 @@
|
|||
mix-blend-mode: normal;
|
||||
}
|
||||
}
|
||||
|
||||
&:before {
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
pointer-events: none;
|
||||
content: attr(data-alt-label);
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
left: 8px;
|
||||
color: var(--media-fg-color);
|
||||
background-color: var(--media-bg-color);
|
||||
border: var(--hairline-width) solid var(--media-outline-color);
|
||||
border-radius: 4px;
|
||||
padding: 0 4px;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
&:hover:before {
|
||||
opacity: 0.2;
|
||||
}
|
||||
}
|
||||
}
|
||||
.status .media img:is(:hover, :focus),
|
||||
|
|
Loading…
Reference in a new issue