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.
This commit is contained in:
Vaibhav 2019-06-10 12:29:42 +05:30 committed by Tim Abbott
parent 3641855a2c
commit ede9faef2e
1 changed files with 0 additions and 4 deletions

View File

@ -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 {