Skip to content

Commit

Permalink
Also style the other link states of room cards correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont committed Sep 30, 2019
1 parent d0e81d9 commit 3a88a0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion muchopper/web/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,11 @@ div.nusers > svg.icon {
}

.roomcard .title a:hover,
.roomcard .addr a:hover {
.roomcard .title a:focus,
.roomcard .title a:active,
.roomcard .addr a:hover,
.roomcard .addr a:focus,
.roomcard .addr a:active {
background: transparent;
text-decoration: underline;
}
Expand Down

0 comments on commit 3a88a0b

Please sign in to comment.