5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 04:26:22 +00:00

fix: corregido cursor de apertura de details
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jazzari 2024-02-12 11:29:00 -03:00
parent faf3bf3fcf
commit 8bfdf3ed0a

View file

@ -559,26 +559,6 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
} }
} }
// details styles // details styles
/*
.details summary {
list-style: none;
cursor: default;
position: relative;
&::after {
content: '';
font-size: 1.8rem;
position: absolute;
left: 97%;
bottom: 3%;
transform: rotate(64deg);
}
}
.details[open] > summary::after {
transform: rotate(90deg) translatey(-0.1em);
}
*/
.details { .details {
summary { summary {
@ -592,7 +572,7 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
position: absolute; position: absolute;
left: 97%; left: 97%;
bottom: 3%; bottom: 3%;
transform: rotate(64deg); transform: rotate(60deg);
} }
} }
.details[open] { .details[open] {