Skip to content

Commit

Permalink
v1.22.143
Browse files Browse the repository at this point in the history
* fix refined-github reaction backgground - #1035 (silverwind)
  • Loading branch information
silverwind committed Nov 20, 2019
1 parent 35dbd5c commit f0b0805
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion github-dark.css
@@ -1,4 +1,4 @@
/*! Github Dark v1.22.142 (2019-11-20) */
/*! Github Dark v1.22.143 (2019-11-20) */
/*! Repository: https://github.com/StylishThemes/GitHub-Dark */
/*! License: https://creativecommons.org/licenses/by-sa/4.0/ */
@-moz-document regexp("^https?://((gist|guides|help|lab|launch-editor|raw|resources|status|developer|support)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("graphql-explorer.githubapp.com"), domain("www.githubstatus.com") {
Expand Down
6 changes: 3 additions & 3 deletions github-dark.user.css
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name GitHub Dark
@namespace StylishThemes
@version 1.22.142
@version 1.22.143
@homepageURL https://github.com/StylishThemes/GitHub-Dark
@updateURL https://stylishthemes.github.io/GitHub-Dark/github-dark.user.css
@license CC-BY-SA-4.0
Expand Down Expand Up @@ -213,7 +213,7 @@
}
==/UserStyle== */
@-moz-document regexp("^https?://((gist|guides|help|lab|launch-editor|raw|resources|status|developer|support)\\.)?github\\.com/((?!generated_pages/preview).)*$"), domain("githubusercontent.com"), domain("graphql-explorer.githubapp.com"), domain("www.githubstatus.com") {
/*! Github Dark v1.22.142 (2019-11-20) */
/*! Github Dark v1.22.143 (2019-11-20) */
/*! Repository: https://github.com/StylishThemes/GitHub-Dark */
/*! License: https://creativecommons.org/licenses/by-sa/4.0/ */
:root {
Expand Down Expand Up @@ -10617,7 +10617,7 @@
}
/* https://github.com/StylishThemes/GitHub-Dark/issues/1035 */
.refined-github .reaction-summary-item.user-has-reacted {
--background: #f2f8fa;
--background: transparent;
}
/* GraphQL API (https://developer.github.com/v4/explorer/) */
iframe#graphiql, .graphiql-ide, .graphiql-container .topBar,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "github-dark",
"version": "1.22.142",
"version": "1.22.143",
"description": "Dark GitHub style",
"license": "CC-BY-SA-4.0",
"repository": "StylishThemes/GitHub-Dark",
Expand Down

0 comments on commit f0b0805

Please sign in to comment.