Color updates
parent
879c24dd50
commit
59493ef059
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue