mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
css: Use SCSS nesting for in hotspots.scss for .hotspot-confirm.
This commit is contained in:
parent
2b6acbfe03
commit
209b16e667
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user