summaryrefslogtreecommitdiffstats
path: root/web_src/css/repo/linebutton.css
blob: d32899a06b261239e39103ccdd6bf1642a9f344a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.code-view .lines-num:hover,
.file-preview .lines-num:hover {
  color: var(--color-text-dark) !important;
}

.code-line-button {
  border: 1px solid var(--color-secondary);
  border-radius: var(--border-radius);
  padding: 1px 4px !important;
  position: absolute;
  font-family: var(--fonts-regular);
  left: 0;
  transform: translateX(calc(-50% + 6px));
  cursor: pointer;
}

.code-line-button:hover {
  background: var(--color-secondary) !important;
}