Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a15cd6c

Browse files
committed
Fix CSS lint
1 parent 324c96a commit a15cd6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/views/voip/_VideoLobby.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ limitations under the License.
144144
}
145145

146146
&.mx_VideoLobby_deviceButtonWrapper_active {
147-
.mx_VideoLobby_deviceButton, .mx_VideoLobby_deviceListButton {
147+
.mx_VideoLobby_deviceButton,
148+
.mx_VideoLobby_deviceListButton {
148149
background-color: $video-lobby-system;
149150

150151
&::before {

0 commit comments

Comments
 (0)