mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 23:31:19 +03:00
A bit more aesthetic touches for 'Read more' buttons
This commit is contained in:
parent
9387e37baa
commit
38bd5c0b5d
2 changed files with 10 additions and 2 deletions
|
@ -112,7 +112,11 @@
|
|||
border-radius: 10em;
|
||||
font-size: 90%;
|
||||
white-space: nowrap;
|
||||
transition: all 0.2s ease-out;
|
||||
box-shadow: inset 0 0 0 1px var(--bg-color);
|
||||
text-shadow: 0 -1px var(--bg-color);
|
||||
transition-property: transform, background-color, border-color;
|
||||
transition-duration: 0.2s;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
&:is(:hover, :focus):after {
|
||||
|
|
|
@ -126,7 +126,11 @@
|
|||
border-radius: 10em;
|
||||
font-size: 90%;
|
||||
white-space: nowrap;
|
||||
transition: all 0.2s ease-out;
|
||||
box-shadow: inset 0 0 0 1px var(--bg-color);
|
||||
text-shadow: 0 -1px var(--bg-color);
|
||||
transition-property: transform, background-color, border-color;
|
||||
transition-duration: 0.2s;
|
||||
transition-timing-function: ease-out;
|
||||
}
|
||||
.notification .status-link:is(:hover, :focus).truncated:after {
|
||||
border-color: var(--link-color);
|
||||
|
|
Loading…
Add table
Reference in a new issue