mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
19 lines
267 B
SCSS
19 lines
267 B
SCSS
|
|
.topic-notifications-button {
|
||
|
|
&.is-loading {
|
||
|
|
pointer-events: none;
|
||
|
|
user-select: none;
|
||
|
|
|
||
|
|
.d-icon-spinner {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.selected-name .d-icon {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.topic-notifications-options {
|
||
|
|
opacity: 0.5;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|