Skip to content

Commit 33a5548

Browse files
authored
DEV: update body class name to avoid clash, update create topic button style (#55)
* DEV: update body class name to avoid clash * fix create-topic button for core change
1 parent 5b94a7e commit 33a5548

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

common/common.scss

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.navigation-topics,
1919
.categories-list,
2020
.tags-page,
21-
body[class*="category-"]:not(.archetype-regular, .archetype-banner) {
21+
body.navigation-category {
2222
// Structuring the main grid layout
2323
.container:first-of-type {
2424
grid-area: alerts;
@@ -119,7 +119,8 @@
119119
top: 4.5em;
120120
}
121121

122-
#create-topic {
122+
> #create-topic,
123+
.d-combo-button {
123124
flex: 1 1 auto;
124125
order: 5;
125126
margin: 0;
@@ -305,15 +306,6 @@ body {
305306
max-width: 1020px;
306307
}
307308

308-
#create-topic {
309-
background: var(--tertiary, $tertiary);
310-
color: var(--secondary, $secondary);
311-
312-
.d-icon {
313-
color: currentcolor;
314-
}
315-
}
316-
317309
.topic-list-main-link a.title,
318310
.topic-list .main-link a.title,
319311
.latest-topic-list-item .main-link a.title {

0 commit comments

Comments
 (0)