Remove unneeded selection style overrides

This commit is contained in:
Jesse van den Kieboom 2015-12-20 21:33:44 +01:00
parent 146900b2bc
commit 8eb368de9e
2 changed files with 0 additions and 7 deletions

View file

@ -57,8 +57,6 @@ class Gitg.DiffViewFileSelectable : Object
source_view.motion_notify_event.connect(motion_notify_event_on_view);
source_view.button_release_event.connect(button_release_event_on_view);
source_view.get_style_context().add_class("handle-selection");
source_view.realize.connect(() => {
update_cursor(cursor_ptr);
});

View file

@ -31,11 +31,6 @@ GitgDiffViewFile GtkSourceView.view {
color: @theme_text_color;
}
GitgDiffViewFile GtkSourceView.view.handle-selection:selected {
background-color: transparent;
color: @theme_text_color;
}
GitgDiffView GitgDiffViewCommitDetails {
border-bottom: 1px outset lighter(@borders);
}