mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 00:38:11 -05:00
Prevent inner form throbbers when parent element is working.
This keeps the copy and rename form throbbers from showing when an operation is in progress on their parent form.
This commit is contained in:
@@ -5181,6 +5181,11 @@ table.calendar {
|
||||
|
||||
.throbber {
|
||||
height: 22px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.working .throbber {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user