From 744fadccd9e4d46ae9807f1a7634c910fa0255b6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 10 Sep 2018 14:11:19 +0100 Subject: [PATCH 1/1] Rename CSS class matches for changes in action names --- app/assets/stylesheets/common.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index f9214b24d..cf1019308 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1501,7 +1501,7 @@ tr.turn:hover { /* Rules for the trace view */ -.trace-view { +.trace-show { .trace_pending { color: red; } @@ -1585,7 +1585,7 @@ tr.turn:hover { margin-left: 70px; } -.user-view { +.user-show { // Silly exception; remove when user page is redesigned. .content-inner { max-width: none; @@ -1712,7 +1712,7 @@ tr.turn:hover { } } -.diary_entry-view img.user_thumbnail { +.diary_entry-show img.user_thumbnail { float: left; } -- 2.43.2