Skip to content
Merged
Prev Previous commit
Next Next commit
Remove unused CSS rule
The first link child of items in the participants list is the
participant information, which includes the avatar, name... However,
there is no direct "img" child of that element (the avatar image is a
child of the avatar element), so the rule has no effect.

Signed-off-by: Daniel Calviño Sánchez <[email protected]>
  • Loading branch information
danxuliu committed Aug 28, 2019
commit 5e79ab9aa8966f5e2605cdf8c00fe5c855cbbebf
1 change: 0 additions & 1 deletion css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ input[type="password"] {
top: 6px;
}

.participantWithList > li > a:first-child > img,
#app-navigation li > a:first-child img {
width: 32px !important;
height: 32px !important;
Expand Down