Skip to content

Commit 08a347b

Browse files
committed
fix: css
1 parent 2d14142 commit 08a347b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ button:disabled {
11651165
background-color: var(--interactive-normal);
11661166
border: 1px solid var(--background-modifier-border);
11671167
font-size: 14px;
1168-
=======
1168+
}
11691169
/* Nested settings styling */
11701170
.github-issues-nested {
11711171
margin-left: 20px;
@@ -1266,7 +1266,7 @@ button:disabled {
12661266
cursor: pointer;
12671267
transition: all 0.2s ease;
12681268
}
1269-
1269+
12701270
.github-issues .setting-item .setting-item-control button[aria-label="Browse folders"]:hover {
12711271
background-color: var(--interactive-hover);
12721272
border-color: var(--interactive-accent);
@@ -1297,7 +1297,7 @@ button:disabled {
12971297
background-color: var(--background-secondary);
12981298
border-color: var(--background-modifier-border);
12991299
cursor: not-allowed;
1300-
=======
1300+
}
13011301
.github-issues-collaborator-item:hover {
13021302
background-color: var(--background-modifier-hover);
13031303
}

0 commit comments

Comments
 (0)