aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/scss/style.scss
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-06-03 13:10:55 +0200
committerHampusM <hampus@hampusmat.com>2021-06-03 13:10:55 +0200
commit4e3074dfd752dd52951d300090c642aee76cfaac (patch)
tree19a9cf48584123edab3dfca5b201860e99d7f711 /src/frontend/scss/style.scss
parent5e131ddb475de7cd9821c4a0245fc5c64035a6b4 (diff)
Made patch line nr and +/- columns unselectable
Diffstat (limited to 'src/frontend/scss/style.scss')
-rw-r--r--src/frontend/scss/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frontend/scss/style.scss b/src/frontend/scss/style.scss
index 0cc748d..8cca066 100644
--- a/src/frontend/scss/style.scss
+++ b/src/frontend/scss/style.scss
@@ -256,6 +256,10 @@ a {
color: colors.$text-gray;
}
+[patch-line-col-unsel]::before {
+ content: attr(patch-line-col-unsel);
+}
+
.line-highlight-new {
border-right: 1px solid colors.$new;
}