Skip to content

Commit

Permalink
Remove extra unused/invalid CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro5042 committed Aug 2, 2019
1 parent fb9733e commit 86b2f49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/azdo-pr-dashboard.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==

// @name AzDO Pull Request Improvements
// @version 2.23.0
// @version 2.23.1
// @author Alejandro Barreto (National Instruments)
// @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.
// @license MIT
Expand Down Expand Up @@ -67,7 +67,6 @@
addStyleOnce('sticky-comments', /* css */ `
.vc-discussion-thread-box .vc-discussion-thread-comment:first-of-type .vc-discussion-thread-renderparent[content^="${lowerCasePrefix}" i] {
border: 2px solid var(--palette-black-alpha-20);
aborder: 2px solid rgb(var(--palette-primary-tint-30));
border-radius: 5px;
margin: 7px 0px;
padding: 10px 15px;
Expand Down

0 comments on commit 86b2f49

Please sign in to comment.