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
1 changed files with 3 additions and 3 deletions

View File

@ -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 {