From 1977e66ace0751b8b4fdf3b55bde367ec33e7c57 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 8 Jul 2020 15:34:50 +0200 Subject: [PATCH] Use bootstrap text-muted in place of custom deemphasze class This avoids changing anything related to forms, since they will be switched over to bootstrap separately. --- app/assets/javascripts/leaflet.layers.js | 2 +- app/assets/javascripts/leaflet.share.js | 6 +++--- app/assets/stylesheets/common.scss | 8 ++++++-- app/assets/stylesheets/small.scss | 7 ------- app/views/browse/changeset.html.erb | 4 ++-- app/views/browse/note.html.erb | 4 ++-- app/views/diary_entries/_diary_comment.html.erb | 4 ++-- app/views/diary_entries/_diary_entry.html.erb | 4 ++-- app/views/issues/show.html.erb | 2 +- app/views/traces/_trace.html.erb | 2 +- app/views/users/_contact.html.erb | 4 ++-- app/views/users/confirm.html.erb | 6 +++--- app/views/users/login.html.erb | 2 +- app/views/users/show.html.erb | 4 ++-- app/views/users/terms.html.erb | 8 ++++---- 15 files changed, 32 insertions(+), 35 deletions(-) diff --git a/app/assets/javascripts/leaflet.layers.js b/app/assets/javascripts/leaflet.layers.js index 87ff87370..ddcce195d 100644 --- a/app/assets/javascripts/leaflet.layers.js +++ b/app/assets/javascripts/leaflet.layers.js @@ -116,7 +116,7 @@ L.OSM.layers = function (options) { $("

") .text(I18n.t("javascripts.map.layers.overlays")) - .attr("class", "deemphasize") + .attr("class", "text-muted") .appendTo(overlaySection); var overlays = $("