Use same background color for selected icon than for selected language

This commit is contained in:
jordi fita mas 2024-01-24 19:35:38 +01:00
parent 7a759fe7df
commit 267ff54c60
1 changed files with 2 additions and 6 deletions

View File

@ -533,8 +533,8 @@ textarea {
background-position: center;
}
.icon-input button[aria-pressed="true"] {
background-color: #ffeeaa;
.icon-input button[aria-pressed="true"], .lang-selector button[aria-pressed="true"] {
background-color: var(--camper--color--hay);
}
/* accommodation type */
@ -714,10 +714,6 @@ fieldset img {
margin: 0;
}
.lang-selector button[aria-pressed="true"] {
background-color: var(--camper--color--hay);
}
label[x-show] > span, label[x-show] > br {
display: none;
}