Focus indicators on messages

This commit is contained in:
jeffser
2024-08-06 17:08:50 -06:00
parent a794c63a5a
commit e48249c7c9
2 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,3 @@
.message_input_scroll_window > * {
box-shadow: none;
border-width: 0;
}
.message_text_view, .modelfile_textview {
background-color: rgba(0,0,0,0);
}
@@ -21,3 +17,7 @@
.model_list_box > * {
margin: 0;
}
.user_message:focus, .response_message:focus {
box-shadow: 0 0 1px 2px mix(@accent_color, @window_bg_color, 0.5);
border-radius: 2px;
}