do not use js-classes for stying
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user