Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Oct 13, 2021
1 parent 0ba33dd commit f2b92c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/modules/emote_menu/youtube/EmoteMenu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,37 @@
.bttv-rs-popover {
font-family: 'Helvetica Neue', Helvetica, Arial;
}

.bttv-rs-nav .bttv-rs-nav-item-active > .bttv-rs-nav-item-content {
color: rgba(255, 255, 255, 1);

&:hover,
&:active,
&:focus {
color: rgba(255, 255, 255, 1);
}
}

.bttv-rs-nav-subtle.bttv-rs-nav-vertical .bttv-rs-nav-item > .bttv-rs-nav-item-content::before {
background-color: rgba(255, 255, 255, 0.5);
}

.bttv-rs-input-group.bttv-rs-input-group-inside {
input:active,
input:focus,
input:hover {
border-color: rgba(255, 255, 255, 0.5);
}
}

.bttv-rs-btn-link {
color: rgba(255, 255, 255, 0.8);

&:hover {
color: rgba(255, 255, 255, 1);
}
}

.bttv-rs-nav-item > .bttv-rs-nav-item-content {
text-overflow: unset;
}
Expand Down

0 comments on commit f2b92c9

Please sign in to comment.