do not use js-classes for stying

This commit is contained in:
kikito
2015-08-28 15:59:38 +02:00
parent 4244ff4b04
commit 57917f850c
2 changed files with 2 additions and 2 deletions

View File

@@ -589,7 +589,7 @@ form.locale-form {
select {
background-image: image-url("language_select.png");
&.js-locale-switcher {
&.locale-switcher {
background-color: transparent;
border: 0;
color: white;

View File

@@ -1,7 +1,7 @@
<div class="locale">
<span class="inline-block"><%= t("layouts.header.locale") %></span>
<form class="locale-form">
<select class="js-locale-switcher" name="locale-switcher">
<select class="js-locale-switcher locale-switcher" name="locale-switcher">
<%= available_locale_options_for_select %>
</select>
</form>