From 209b16e6676bd3f54c8e5765e54bc4a45cabc279 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Wed, 5 Jun 2019 22:20:56 +0530 Subject: [PATCH] css: Use SCSS nesting for in hotspots.scss for `.hotspot-confirm`. --- static/styles/hotspots.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles/hotspots.scss b/static/styles/hotspots.scss index 3044c406d0..a287a80578 100644 --- a/static/styles/hotspots.scss +++ b/static/styles/hotspots.scss @@ -139,10 +139,10 @@ white-space: normal; padding: 7px 20px; outline: none; -} -.hotspot-confirm:hover { - background-color: hsl(164, 44%, 56%); + &:hover { + background-color: hsl(164, 44%, 56%); + } } /* arrows */