toulouse-metropole: keep ssytem colours for collectivity <select> (#33629)

This commit is contained in:
Frédéric Péters 2019-07-11 20:01:53 +02:00
parent 90d0a6ab4b
commit e14b71806b
1 changed files with 2 additions and 7 deletions

View File

@ -1757,16 +1757,11 @@ div.communes-toulouse {
select {
text-transform: uppercase;
font-weight: bold;
background-color: #6A5F5B;
background-image: url($data_uri_arrow-down-white);
color: white;
width: auto;
border-radius: 20px;
border: none;
border: 1px solid #6A5F5B;
&:focus {
background-color: #6A5F5B;
border: none;
color: white;
border: 1px solid #6A5F5B;
}
}
@media screen and (max-width: $mobile-limit) {