widgets: combobox border-radius handle rtl languages

Signed-off-by: Méven Car <meven.car@collabora.com>
Change-Id: Ib9c6d8e972ff061223af4fa96a63b8e96d21e772
This commit is contained in:
Méven Car 2024-01-22 19:09:55 +01:00 committed by pedropintosilva
parent a04b69b393
commit 090e4587dd

View file

@ -784,7 +784,8 @@ input[type='number']:hover::-webkit-outer-spin-button {
.ui-combobox-content {
width: 100%;
border: none;
border-radius: var(--border-radius) 0px 0px var(--border-radius);
border-start-start-radius: var(--border-radius);
border-end-start-radius: var(--border-radius);
color: var(--color-text-dark);
background-color: var(--color-background-lighter);
}