mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Subtle press state
This commit is contained in:
parent
3338c49c25
commit
167399f889
1 changed files with 4 additions and 0 deletions
|
@ -344,6 +344,10 @@ a.mention span {
|
||||||
.status-link:is(:hover, :focus) {
|
.status-link:is(:hover, :focus) {
|
||||||
background-color: var(--link-bg-hover-color);
|
background-color: var(--link-bg-hover-color);
|
||||||
}
|
}
|
||||||
|
.status-link:active {
|
||||||
|
filter: brightness(0.95);
|
||||||
|
transform: translateY(0.5px);
|
||||||
|
}
|
||||||
|
|
||||||
.ui-state {
|
.ui-state {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
|
Loading…
Reference in a new issue