We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4d3c5 commit 6b5b5bfCopy full SHA for 6b5b5bf
web_src/css/repo/linebutton.css
@@ -2,17 +2,15 @@
2
color: var(--color-text-dark) !important;
3
}
4
5
-.code-line-button {
+.ui.button.code-line-button {
6
border: 1px solid var(--color-secondary);
7
- border-radius: var(--border-radius);
8
- padding: 1px 4px !important;
+ padding: 1px 4px;
+ margin: 0;
9
+ min-height: 0;
10
position: absolute;
- font-family: var(--fonts-regular);
11
- left: 0;
12
- transform: translateX(calc(-50% + 6px));
13
- cursor: pointer;
+ left: 6px;
14
15
16
-.code-line-button:hover {
17
- background: var(--color-secondary) !important;
+.ui.button.code-line-button:hover {
+ background: var(--color-secondary);
18
0 commit comments