Skip to content

web: highlight selected line in blobs

Administrator requested to merge vb/highlight-selected-line-blob into main

Created by: valerybugakov

Context

The selected line selector changed today because of the migration to the CSS module. Since this class is not scoped, it should be used with the :global() keyword, to avoid hashing it. Without this keyword, it's scoped and the selector looks like this & .Blob_module_selected_[hash_here].

Merge request reports

Loading