Fix corrupted SCSS file

This commit is contained in:
Oleksii Kriuchykhin 2021-02-04 16:40:05 +01:00
parent aa3944fea8
commit c5b286c764

View file

@ -14,7 +14,13 @@
}
}
.experiment-actions-menu {
&.archived {
[data-view-mode="active"] {
display: none !important;
}
}
.experiment-actions-menu {
.dropdown-menu {
a,
button {
@ -26,11 +32,6 @@
}
}
}
&.archived {
[data-view-mode="active"] {
display: none !important;
}
}
.content-header {