Merge pull request #3659 from thelounge/xpaw/footer-active

Fix active styles on footer buttons
This commit is contained in:
Pavel Djundik 2020-01-02 22:02:03 +02:00 committed by GitHub
commit 98aef9b6ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -649,6 +649,8 @@ p {
}
/* Channels/queries must be white on hover and active */
#footer button:hover,
#footer button.active,
.channel-list-item:hover,
.channel-list-item.active {
color: #fff;
@ -662,6 +664,7 @@ background on hover (unless active) */
}
/* Darker background and defualt cursor for active channels */
#footer button.active,
.channel-list-item.active {
background-color: #303e4a;
cursor: default;