From a3a1250dcf5557e9baa409637be87470168b56e8 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 4 May 2020 20:47:00 +0200 Subject: [PATCH] Fix default text color of list group actions --- app/assets/stylesheets/overrides/_list-group.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/overrides/_list-group.scss b/app/assets/stylesheets/overrides/_list-group.scss index d7446478..88aee252 100644 --- a/app/assets/stylesheets/overrides/_list-group.scss +++ b/app/assets/stylesheets/overrides/_list-group.scss @@ -9,6 +9,8 @@ } .list-group-item-action { + color: RGB(var(--body-text)); + &:hover, &:focus { background-color: var(--raised-accent); }