🐛 Fix wrong styles on viewer comments header menu & icon.

And additionally fix some linter issues on the affected namespaces.
This commit is contained in:
Andrey Antukh 2021-06-17 08:46:47 +02:00 committed by Andrés Moya
parent 16b5bb595c
commit eacc945254
2 changed files with 34 additions and 35 deletions

View file

@ -49,6 +49,12 @@
display: flex;
justify-content: center;
svg {
fill: $color-gray-30;
height: 30px;
width: 28px;
}
&:hover {
> svg {
fill: $color-primary;
@ -61,7 +67,7 @@
left: 0px;
top: 40px;
}
.view-options-dropdown {
align-items: center;
cursor: pointer;