MAINT: Add missing styling for keyboard-activated chat room sep header clicks

This commit is contained in:
bananarama92 2025-04-10 18:59:20 +02:00
parent 0e02933545
commit 754076b594
No known key found for this signature in database
GPG key ID: E83C7D3B5DA36248

View file

@ -362,6 +362,16 @@
}
}
#TextAreaChatLog[data-colortheme="dark"] .chat-room-sep-header[data-active] > .chat-room-sep-image,
#TextAreaChatLog[data-colortheme="dark2"] .chat-room-sep-header[data-active] > .chat-room-sep-image {
background-color: #eee;
}
#TextAreaChatLog[data-colortheme="light"] .chat-room-sep-header[data-active] > .chat-room-sep-image,
#TextAreaChatLog[data-colortheme="light2"] .chat-room-sep-header[data-active] > .chat-room-sep-image {
background-color: black;
}
#TextAreaChatLog[data-colortheme="dark"] .chat-room-sep-div>.button:active,
#TextAreaChatLog[data-colortheme="dark2"] .chat-room-sep-div>.button:active,
#TextAreaChatLog[data-colortheme="dark"] .chat-room-sep-div>.button[data-active],