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