mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-06 01:52:50 +00:00
fix: strikethrough not showing
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
gap: 4px;
|
||||
margin-inline: 4px;
|
||||
|
||||
&:focus-within {
|
||||
outline: none;
|
||||
@@ -55,16 +56,15 @@
|
||||
transition: color 250ms ease;
|
||||
}
|
||||
|
||||
span::after {
|
||||
button::after {
|
||||
content: "";
|
||||
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: -4px;
|
||||
transform-origin: center left;
|
||||
scale: 0 1;
|
||||
|
||||
width: calc(100% + 8px);
|
||||
width: calc(100% - 16px);
|
||||
height: 1px;
|
||||
|
||||
background: currentcolor;
|
||||
|
||||
Reference in New Issue
Block a user