Datemenu: focus improvements

This commit is contained in:
Vladyslav Hroshev
2023-04-05 22:55:33 +03:00
parent cc2c6dbed5
commit 263a795d39
2 changed files with 14 additions and 7 deletions
+5 -3
View File
@@ -21,9 +21,6 @@
box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW;
}
.message:focus {
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important;
}
.message-list .message {
background-color: SECTION-COLOR;
@@ -35,6 +32,11 @@
background-color: ACCENT-DISABLED-COLOR;
}
.message-list .message:focus {
background-color: ACCENT-OPACITY-COLOR;
box-shadow: inset 0 0 0 2px ACCENT-SECONDARY-COLOR !important;
}
.message .message-body,
.message-title {
color: TEXT-PRIMARY-COLOR;