device manager - add spinners while devices are signing out (#9433)
This commit is contained in:
parent
72d7939afc
commit
877c95df8f
4 changed files with 42 additions and 3 deletions
|
@ -45,4 +45,8 @@ limitations under the License.
|
|||
|
||||
.mx_FilteredDeviceList_headerButton {
|
||||
flex-shrink: 0;
|
||||
// override inline button styling
|
||||
display: flex !important;
|
||||
flex-direction: row;
|
||||
gap: $spacing-8;
|
||||
}
|
||||
|
|
|
@ -25,6 +25,8 @@ limitations under the License.
|
|||
&.mx_AccessibleButton_kind_primary_sm,
|
||||
&.mx_AccessibleButton_kind_link,
|
||||
&.mx_AccessibleButton_kind_link_inline,
|
||||
&.mx_AccessibleButton_kind_danger_inline,
|
||||
&.mx_AccessibleButton_kind_content_inline,
|
||||
&.mx_AccessibleButton_kind_link_sm {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue