WIP feat: replace ng2-select2 => ngx-select-ex (#706)
* feat: replace ng2-select2 => ngx-select-ex * feat: style the ngrx-select * feat: replace secondary role select2 * feat: replace Select2OptionData => SelectOptionData * feat: replace select2 => ngx-select in macro-tab component * feat: replace select2 => ngx-select in keymap-tab component * feat: fix styles * chore: remove select2 from dependencies * fix: macro editor overflow * fix: set the same font size for the toggle button * fix: overflow * chore: use @ert78gb/ngx-select-ex version of ngx-select-ex
This commit is contained in:
committed by
László Monda
parent
cfc0af9655
commit
15df8d7129
@@ -0,0 +1,40 @@
|
||||
ngx-select,
|
||||
.ngx-select {
|
||||
.ngx-select__toggle {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.dropdown-header {
|
||||
font-weight: bold;
|
||||
font-size: 1em;
|
||||
color: black;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
.dropdown-divider {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
&.ngx-select__item {
|
||||
padding-right: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
||||
&.ngx-select__item_active {
|
||||
background-color: #dddddd;
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
.indent-dropdown-item {
|
||||
padding-left: 8px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.scancode--searchterm {
|
||||
text-align: right;
|
||||
color: #b7b7b7;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user