Use same background color for selected icon than for selected language
This commit is contained in:
parent
7a759fe7df
commit
267ff54c60
|
@ -533,8 +533,8 @@ textarea {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-input button[aria-pressed="true"] {
|
.icon-input button[aria-pressed="true"], .lang-selector button[aria-pressed="true"] {
|
||||||
background-color: #ffeeaa;
|
background-color: var(--camper--color--hay);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* accommodation type */
|
/* accommodation type */
|
||||||
|
@ -714,10 +714,6 @@ fieldset img {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lang-selector button[aria-pressed="true"] {
|
|
||||||
background-color: var(--camper--color--hay);
|
|
||||||
}
|
|
||||||
|
|
||||||
label[x-show] > span, label[x-show] > br {
|
label[x-show] > span, label[x-show] > br {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue