mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
refactor(ui): replace ng selectors with react-select [EE-3608] (#7203)
Co-authored-by: LP B <xAt0mZ@users.noreply.github.com>
This commit is contained in:
parent
1e21961e6a
commit
ceaee4e175
66 changed files with 1188 additions and 625 deletions
|
@ -9,10 +9,16 @@
|
|||
}
|
||||
|
||||
.sort-button {
|
||||
--text-color: var(--grey-6);
|
||||
background-color: var(--bg-sortbutton-color);
|
||||
color: var(--text-ui-select-color);
|
||||
color: var(--text-color);
|
||||
border: 1px solid var(--border-sortbutton);
|
||||
display: inline-block;
|
||||
padding: 8px 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
:global([theme='dark']) .sort-button,
|
||||
:global([theme='highcontrast']) .sort-button {
|
||||
--text-color: var(--white-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue