mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 06:21:46 +01:00
chore(SelectMenu): improve option.selected preset
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
</slot>
|
||||
</div>
|
||||
|
||||
<span v-if="selected" :class="ui.option.selected.wrapper">
|
||||
<span v-if="selected" :class="[ui.option.selected.wrapper, ui.option.selected.padding]">
|
||||
<UIcon :name="selectedIcon" :class="ui.option.selected.icon" aria-hidden="true" />
|
||||
</span>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user