From 4644bd5d4a4c163ccd9ae701563255e6cd5471b8 Mon Sep 17 00:00:00 2001 From: Gamebrary Date: Mon, 31 Aug 2020 14:34:41 -0700 Subject: [PATCH] remove box shadow from rating --- src/styles/_bootstrap-overrides.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_bootstrap-overrides.scss b/src/styles/_bootstrap-overrides.scss index 5fad5460..fdaed1a9 100644 --- a/src/styles/_bootstrap-overrides.scss +++ b/src/styles/_bootstrap-overrides.scss @@ -2,7 +2,7 @@ cursor: pointer; } -.navbar { +.navbar, .b-rating { border: none !important; box-shadow: none !important; }