frame fix
This commit is contained in:
@@ -42,8 +42,8 @@ class ChtApp(Adw.Application):
|
||||
if not win:
|
||||
css = Gtk.CssProvider()
|
||||
css.load_from_string(
|
||||
".frame-selected { border: 3px solid @accent_color; border-radius: 6px; }\n"
|
||||
"row.frame-selected { background: alpha(@accent_color, 0.25); border: none; border-radius: 0; }"
|
||||
".frame-selected { outline: 3px solid @accent_color; outline-offset: -3px; border-radius: 6px; }\n"
|
||||
"row.frame-selected, row.frame-selected:hover { background: alpha(@accent_color, 0.25); outline: none; border-radius: 0; }"
|
||||
)
|
||||
Gtk.StyleContext.add_provider_for_display(
|
||||
Gdk.Display.get_default(),
|
||||
|
||||
Reference in New Issue
Block a user