Last active
April 15, 2019 13:16
-
-
Save geoah/0bf9c404222d8344399d48986ecdf2e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Extra style for `github.com/sindresorhus/refined-github`. | |
- Adds and adds better styling to the un/star button on the newsfeed. | |
*/ | |
.dashboard .watch_started .border-gray.flex-items-baseline .text-bold.text-gray-dark, | |
.dashboard .repo .border-gray.flex-items-baseline .text-bold.text-gray-dark, | |
.dashboard .public .border-gray.flex-items-baseline .text-bold.text-gray-dark { | |
display: block; | |
} | |
.dashboard .flex-items-baseline [aria-label='Follow this person'], | |
.dashboard .flex-items-baseline [aria-label='Unfollow this person'], | |
.dashboard .flex-items-baseline [value='Star'], | |
.dashboard .flex-items-baseline [value='Unstar'] { | |
display: block !important; | |
font-size: 11px; | |
margin-bottom: 0px !important; | |
padding: 1px 8px; | |
} | |
.dashboard .flex-items-baseline .lh-condensed [aria-label='Follow this person'], | |
.dashboard .flex-items-baseline .lh-condensed [aria-label='Unfollow this person'] { | |
margin-right: 16px !important; | |
} | |
.dashboard .flex-items-baseline .unstarred .btn .octicon, | |
.dashboard .flex-items-baseline .starred .btn .octicon { | |
display: none; | |
} | |
.js-news-feed-event-group .flex-items-baseline .lh-condensed, | |
.js-news-feed-event-group .repo .lh-condensed { | |
padding-right: 16px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment