Skip to content

Commit 927e85e

Browse files
author
Nicolai Parlog
committed
Revert "Show feature titles on top of image in FF (#20)"
This reverts commit 2b5f995 because it made the links unclickable to varying degree (not at all in Firefox, only partially in Chrome).
1 parent 2b5f995 commit 927e85e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

assets/css/main.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,10 @@ body {
127127
}
128128
}
129129

130-
a {
131-
// magic numbers for the win!
132-
// (Firefox needs its magic on the div)
133-
z-index: -2;
134-
}
135-
136130
.archive__item-teaser {
137131
// magic numbers for the win!
138-
// (Chromium needs its magic on the div containing the image)
139132
z-index: -2;
140133
}
141-
142134
}
143135

144136
.archive__item-body {

0 commit comments

Comments
 (0)