css: Use SCSS nesting for in hotspots.scss for .hotspot-confirm.

This commit is contained in:
Vaibhav 2019-06-05 22:20:56 +05:30 committed by Tim Abbott
parent 2b6acbfe03
commit 209b16e667

View File

@ -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 */