Skip to content

Commit 484ab7b

Browse files
authored
Update common.scss
Adapted to fit new css in core (`btn-flat` deprecated)
1 parent 6c11a53 commit 484ab7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/common.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@
7272
// * More drop down section * //
7373

7474
@if $show_more_for_staff_only =="true" {
75-
.btn-flat.sidebar-more-section-links-details-summary {
75+
button.sidebar-more-section-links-details-summary {
7676
display: none;
7777
}
7878

79-
.staff .btn-flat.sidebar-more-section-links-details-summary {
79+
.staff button.sidebar-more-section-links-details-summary {
8080
display: flex;
8181
}
8282
}
8383

8484
@if $show_more_for_logged-in_only =="true" {
85-
.anon .btn-flat.sidebar-more-section-links-details-summary {
85+
.anon button.sidebar-more-section-links-details-summary {
8686
display: none;
8787
}
8888
}

0 commit comments

Comments
 (0)