mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.message-control-button`.
This commit is contained in:
parent
71efd80dac
commit
9652e8affb
|
@ -423,10 +423,10 @@ a.message-control-button {
|
|||
padding-top: 5px;
|
||||
text-align: center;
|
||||
float: left;
|
||||
}
|
||||
|
||||
a.message-control-button:hover {
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.drag {
|
||||
|
|
Loading…
Reference in New Issue