mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Add optional clickable animation to .bi
This commit is contained in:
parent
0c5b358ddc
commit
b9d84f2534
7 changed files with 30 additions and 21 deletions
|
@ -200,6 +200,15 @@ button {
|
|||
.bi[data-active='true'] {
|
||||
color: var(--color-foreground);
|
||||
}
|
||||
.bi.clickable::before {
|
||||
border-radius: 50%;
|
||||
transition: background-color 0.1s ease, box-shadow 0.1s ease;
|
||||
}
|
||||
|
||||
.bi.clickable:active::before {
|
||||
background-color: var(--color-border);
|
||||
box-shadow: 0 0 0 0.5rem var(--color-border);
|
||||
}
|
||||
|
||||
.caps {
|
||||
text-transform: capitalize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue