mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-18 19:05:03 +00:00
Updated search select component styling (#11360)
* Updated search select component styling - Fixed styling for better readability and access to delete action * Added changelog file
This commit is contained in:
3
changelog/11360.txt
Normal file
3
changelog/11360.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
```release-note:improvement
|
||||||
|
ui: Updated search select component styling
|
||||||
|
```
|
||||||
@@ -92,13 +92,9 @@ div > .ember-power-select-options {
|
|||||||
.search-select-list-item {
|
.search-select-list-item {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 $spacing-m;
|
|
||||||
padding: $spacing-xxs;
|
padding: $spacing-xxs;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
&:not(:last-child) {
|
|
||||||
border-bottom: $light-border;
|
border-bottom: $light-border;
|
||||||
}
|
|
||||||
|
|
||||||
.control .button {
|
.control .button {
|
||||||
color: $grey-light;
|
color: $grey-light;
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
<div class="control">
|
<div class="control">
|
||||||
<button type="button" class="button is-ghost" data-test-selected-list-button="delete"
|
<button type="button" class="button is-ghost" data-test-selected-list-button="delete"
|
||||||
{{action "discardSelection" selected}}>
|
{{action "discardSelection" selected}}>
|
||||||
<Icon @glyph="trash" />
|
<Icon @glyph="trash" class="has-text-grey" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user