From 96709e5ecc490a499867c14cce0e62f539590f5f Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sat, 20 Apr 2019 15:23:07 +0200 Subject: [PATCH] Repair failing old hover on colleges page --- colleges/templates/colleges/colleges.html | 2 +- .../static/scipost/assets/css/{_about.scss => _colleges.scss} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename scipost/static/scipost/assets/css/{_about.scss => _colleges.scss} (88%) diff --git a/colleges/templates/colleges/colleges.html b/colleges/templates/colleges/colleges.html index 1e016b51e..54685cc70 100644 --- a/colleges/templates/colleges/colleges.html +++ b/colleges/templates/colleges/colleges.html @@ -77,7 +77,7 @@ <div class="col-12"> <div class="card-columns"> {% for fellowship in fellowships.0 %} - <div class="card bg-white contributor mb-1"> + <div class="card contributor mb-1"> {% include 'scipost/_contributor_short.html' with fellowship=fellowship %} </div> {% endfor %} diff --git a/scipost/static/scipost/assets/css/_about.scss b/scipost/static/scipost/assets/css/_colleges.scss similarity index 88% rename from scipost/static/scipost/assets/css/_about.scss rename to scipost/static/scipost/assets/css/_colleges.scss index eadba7604..21f125d4a 100644 --- a/scipost/static/scipost/assets/css/_about.scss +++ b/scipost/static/scipost/assets/css/_colleges.scss @@ -15,7 +15,7 @@ border: 0; &.hover-active { - background-color: rgba(104, 132, 194, 0.3); + background-color: rgba(104, 132, 194, 0.3) !important; } } -- GitLab