minor ui fix

This commit is contained in:
sairaj mote 2022-02-16 19:32:47 +05:30
parent e3a4ce9db9
commit 5ecb53a5bd
3 changed files with 5 additions and 2 deletions

View File

@ -61,6 +61,7 @@ strong:not(:last-of-type) {
a { a {
color: var(--accent-color); color: var(--accent-color);
text-decoration: none; text-decoration: none;
overflow: hidden;
} }
a:focus-visible { a:focus-visible {
box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 1) inset; box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 1) inset;
@ -131,6 +132,7 @@ tags-input {
sm-button { sm-button {
--padding: 0.5rem 0.8rem; --padding: 0.5rem 0.8rem;
transition: transform 0.3s; transition: transform 0.3s;
overflow: hidden;
} }
sm-button[variant=primary] .icon { sm-button[variant=primary] .icon {
fill: rgba(var(--background-color), 1); fill: rgba(var(--background-color), 1);

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -64,7 +64,7 @@ strong {
a { a {
color: var(--accent-color); color: var(--accent-color);
text-decoration: none; text-decoration: none;
overflow: hidden;
&:focus-visible { &:focus-visible {
box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 1) inset; box-shadow: 0 0 0 0.1rem rgba(var(--text-color), 1) inset;
} }
@ -121,6 +121,7 @@ tags-input {
sm-button { sm-button {
--padding: 0.5rem 0.8rem; --padding: 0.5rem 0.8rem;
transition: transform 0.3s; transition: transform 0.3s;
overflow: hidden;
&[variant="primary"] { &[variant="primary"] {
.icon { .icon {
fill: rgba(var(--background-color), 1); fill: rgba(var(--background-color), 1);