Color updates

pull/5806/head
Cagatay Civici 2024-05-21 18:25:12 +03:00
parent 879c24dd50
commit 59493ef059
2 changed files with 1 additions and 2 deletions

View File

@ -194,7 +194,6 @@
border: 0 none; border: 0 none;
padding: 0.25rem 1rem 0.25rem 1rem; padding: 0.25rem 1rem 0.25rem 1rem;
color: var(--text-secondary-color); color: var(--text-secondary-color);
font-weight: 500;
white-space: nowrap; white-space: nowrap;
min-width: 0; min-width: 0;
overflow: hidden; overflow: hidden;

View File

@ -119,7 +119,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
padding: .5rem .5rem .5rem 1rem; padding: .5rem .5rem .5rem 1rem;
color: var(--text-color); color: var(--text-secondary-color);
transition: outline-color 0.2s, border-color .2s; transition: outline-color 0.2s, border-color .2s;
outline-color: transparent; outline-color: transparent;
position: relative; position: relative;