css: Use SCSS nesting for .message-control-button.

This commit is contained in:
Vaibhav 2019-08-24 17:28:05 +05:30 committed by Tim Abbott
parent 71efd80dac
commit 9652e8affb

View File

@ -423,10 +423,10 @@ a.message-control-button {
padding-top: 5px;
text-align: center;
float: left;
}
a.message-control-button:hover {
opacity: 1;
&:hover {
opacity: 1;
}
}
.drag {