Skip to content

Commit

Permalink
clean up changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanaMW committed Dec 13, 2023
1 parent 49be07f commit 8e0f54f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/scripts/GithubXTRA.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name GithubXTRA
@namespace http://danamw.github.io/scripts/scripts/GithubXTRA.user.css
@updateURL https://raw.githubusercontent.com/danamw/danamw.github.io/master/scripts/scripts/GithubXTRA.user.css
@version 0.0.40
@version 0.0.41
@description Github Tweaks
@author Dana L. Meli-Wischman
@homepageURL https://danamw.github.io
Expand Down Expand Up @@ -136,6 +136,7 @@ url-prefix("wss://live.github.com") {
color: var(--Mygreen1) !important;
}

tr[id*="folder-row"]:hover,
div[class="Box-row Box-row--focus-gray py-2 mt-0 border-top-0 d-flex position-relative js-navigation-item navigation-focus"]:hover,
tr.js-navigation-item:hover {
background-color: var(--MyX1) !important;
Expand Down Expand Up @@ -231,6 +232,7 @@ url-prefix("wss://live.github.com") {
box-shadow: 0 1px 4px 1px var(--MyB) !important;
}

.PRIVATE_TreeView-item-container:hover,
li>a.UnderlineNav-item.selected,
summary[class="Button--primary Button--medium Button flex-1 d-inline-flex"]:hover,
.menu-item:hover,
Expand Down

0 comments on commit 8e0f54f

Please sign in to comment.