From b43aaa1d5868d40a1ad4b1caa0985eddf1c81bb8 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 17 Nov 2021 11:49:52 +0000 Subject: [PATCH] Remove the floating from the sidebar close buttons These are mostly positioned with flexbox, and those that aren't are covered by the similar close-wrap selector elsewhere in this file --- app/assets/stylesheets/common.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index f2afdcf7a..017d8a0d8 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -389,11 +389,6 @@ body.compact-nav { } } - .icon.close { - float: right; - cursor: pointer; - } - .flash { padding: 15px; -- 2.39.5