From 82fd74d101838396fc6462d15106624294b78868 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 10 Nov 2016 23:21:24 +0100 Subject: Fix modals sizing and add animation to it, fix #140 by only making the text of status clickable (this also fixes multiple dropdown being openable at the same time) --- app/assets/stylesheets/components.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 71ef7f3a8..89397a96d 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -350,3 +350,9 @@ flex: 1 1 auto; -webkit-overflow-scrolling: touch; } + +.column-back-button { + &:hover { + text-decoration: underline; + } +} -- cgit