css: fix stylelint issues.
This commit is contained in:
@@ -29,7 +29,7 @@ div.comments-for-post {
|
||||
opacity: 0.3;
|
||||
|
||||
&:hover {
|
||||
opacity: 1.0;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -53,7 +53,7 @@ div#c-comments {
|
||||
div.preview {
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
&::before {
|
||||
@include animated-icon;
|
||||
}
|
||||
}
|
||||
@@ -63,7 +63,7 @@ div#c-comments {
|
||||
div.preview {
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
&::before {
|
||||
@include sound-icon;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user