From 57917f850cd17c8e6bdbc56ae1054f425a0bb72f Mon Sep 17 00:00:00 2001 From: kikito Date: Fri, 28 Aug 2015 15:59:38 +0200 Subject: [PATCH] do not use js-classes for stying --- app/assets/stylesheets/participacion.scss | 2 +- app/views/shared/_locale_switcher.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index b195899d3..55f79bfa0 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -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; diff --git a/app/views/shared/_locale_switcher.html.erb b/app/views/shared/_locale_switcher.html.erb index b60290296..2ac1c851f 100644 --- a/app/views/shared/_locale_switcher.html.erb +++ b/app/views/shared/_locale_switcher.html.erb @@ -1,7 +1,7 @@
<%= t("layouts.header.locale") %>
- <%= available_locale_options_for_select %>