Merge pull request #265 from JulienMaille/patch-2

nice hover color on buttons
This commit is contained in:
morpheusthewhite 2021-02-09 07:40:36 +01:00 committed by GitHub
commit cab40c8abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,7 +440,7 @@ body:not(.body-container--windows) .content-top-bar__profile-menu-button .dropdo
.Button--style-icon-background:hover,
.button.button-icon-with-stroke:hover {
transform: none !important;
background-color: var(--modspotify_indicator_fg_and_button_bg) !important;
background-color: var(--modspotify_sidebar_indicator_and_hover_button_bg) !important;
box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.26) !important;
}