Replaced CSS file for string

This commit is contained in:
jeffser
2024-05-23 09:38:03 -06:00
parent 43c24c9150
commit 541b5e032f
2 changed files with 22 additions and 20 deletions

View File

@@ -1,19 +0,0 @@
.chat_row:not(:selected) {
}
.chat_row:not(:selected):hover {
}
.chat_row box.header {
font-size: 14px;
}
.chat_row box {
margin: 0;
}
.chat_row button {
opacity: 0;
transition: opacity .05s;
}
.chat_row:hover button, .chat_row:selected button {
opacity: 1;
}