mirror of
https://github.com/discourse/discourse.git
synced 2024-12-20 00:43:52 +08:00
19 lines
291 B
SCSS
19 lines
291 B
SCSS
html:not(.anon) #topic-footer-buttons {
|
|
.topic-footer-main-buttons {
|
|
.d-button-label {
|
|
display: none;
|
|
}
|
|
|
|
.pinned-button,
|
|
.topic-notifications-button {
|
|
.selected-name .name {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.d-icon {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
}
|