280b32d21d
- Removed the connection-status history from the user list's gear icon and now is opened by the connection-status button. Moderators will render the same modal as before and viewers will only have access to their own data. - Added data-savings shortcut at the connection-status modal. - Added websocket round-trip time.
18 lines
233 B
SCSS
18 lines
233 B
SCSS
.btn {
|
|
margin: 0;
|
|
|
|
span {
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
&:hover,
|
|
&:focus {
|
|
span {
|
|
background-color: transparent !important;
|
|
color: var(--color-white) !important;
|
|
opacity: .75;
|
|
}
|
|
}
|
|
}
|