From ede9faef2e0c235e3a7d1c4e9c875adfae2f1cf0 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Mon, 10 Jun 2019 12:29:42 +0530 Subject: [PATCH] css: Remove redundant `.download` top positioning in lightbox.scss. * This rule was already invalid since `.download` is used in templates as `.button.download` and here it was defined as `.button .download` * Even if the above was to be corrected, `.download` has position `static` and hence the top positioning would never have affected anything. --- static/styles/lightbox.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/styles/lightbox.scss b/static/styles/lightbox.scss index 2360432f82..a4c8e939cb 100644 --- a/static/styles/lightbox.scss +++ b/static/styles/lightbox.scss @@ -278,10 +278,6 @@ color: hsl(227, 40%, 16%); } -#lightbox_overlay .button .download { - top: 1px; -} - @media only screen and (min-width: 320px) and (max-width: 736px) { #lightbox_overlay { .image-actions {