From 7f774244bed4ad92bb6101bff54a8196a2a59d03 Mon Sep 17 00:00:00 2001 From: Pradip Ram Date: Wed, 24 Jan 2024 10:54:12 +0000 Subject: [PATCH] Added space before curly bracket --- _sass/custom/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index ccbe30d6..8f962c12 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -17,7 +17,7 @@ input { color: $inputcolor; } -.nav-list-expander:hover{ +.nav-list-expander:hover { cursor: pointer; }