Skip to content

Fix current line highlight has a tiny gap at the beginning

Waqar Ahmed requested to merge work/currentline into master

Currently, if you look closely there is a tiny gap between the icon border and the editor area for the current-line highlighting:

image

This change fixes that.

Additionally, I propose that we highlight the current line completely, edge to edge including the line number area. Like this:

image

This looks nicer imo and will show the current line even when you have selected text.

Edited by Waqar Ahmed

Merge request reports