Skip to content

Commit 86b2f49

Browse files
committed
Remove extra unused/invalid CSS
1 parent fb9733e commit 86b2f49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/azdo-pr-dashboard.user.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22

33
// @name AzDO Pull Request Improvements
4-
// @version 2.23.0
4+
// @version 2.23.1
55
// @author Alejandro Barreto (National Instruments)
66
// @description Adds sorting and categorization to the PR dashboard. Also adds minor improvements to the PR diff experience, such as a base update selector and per-file checkboxes.
77
// @license MIT
@@ -67,7 +67,6 @@
6767
addStyleOnce('sticky-comments', /* css */ `
6868
.vc-discussion-thread-box .vc-discussion-thread-comment:first-of-type .vc-discussion-thread-renderparent[content^="${lowerCasePrefix}" i] {
6969
border: 2px solid var(--palette-black-alpha-20);
70-
aborder: 2px solid rgb(var(--palette-primary-tint-30));
7170
border-radius: 5px;
7271
margin: 7px 0px;
7372
padding: 10px 15px;

0 commit comments

Comments
 (0)