mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 04:57:08 -05:00
Refactor LinkButton to use the new SendouButton API
This commit is contained in:
@@ -18,15 +18,18 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.button[data-focus-visible] {
|
||||
.button[data-focus-visible],
|
||||
.button:focus-visible {
|
||||
outline: 2px solid var(--theme);
|
||||
}
|
||||
|
||||
.button[data-pressed] {
|
||||
.button[data-pressed],
|
||||
.button:active {
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
.button[data-disabled] {
|
||||
.button[data-disabled],
|
||||
.button:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.5;
|
||||
transform: initial;
|
||||
|
||||
Reference in New Issue
Block a user