minor ui fix
This commit is contained in:
parent
e3a4ce9db9
commit
5ecb53a5bd
@ -61,6 +61,7 @@ strong:not(:last-of-type) {
|
||||
a {
|
||||
color: var(--accent-color);
|
||||
text-decoration: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
a:focus-visible {
|
||||
box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 1) inset;
|
||||
@ -131,6 +132,7 @@ tags-input {
|
||||
sm-button {
|
||||
--padding: 0.5rem 0.8rem;
|
||||
transition: transform 0.3s;
|
||||
overflow: hidden;
|
||||
}
|
||||
sm-button[variant=primary] .icon {
|
||||
fill: rgba(var(--background-color), 1);
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -64,7 +64,7 @@ strong {
|
||||
a {
|
||||
color: var(--accent-color);
|
||||
text-decoration: none;
|
||||
|
||||
overflow: hidden;
|
||||
&:focus-visible {
|
||||
box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 1) inset;
|
||||
}
|
||||
@ -121,6 +121,7 @@ tags-input {
|
||||
sm-button {
|
||||
--padding: 0.5rem 0.8rem;
|
||||
transition: transform 0.3s;
|
||||
overflow: hidden;
|
||||
&[variant="primary"] {
|
||||
.icon {
|
||||
fill: rgba(var(--background-color), 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user