mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Fix curve for popup buttons on hover
This commit is contained in:
@@ -314,6 +314,12 @@
|
||||
padding: 10px 15px;
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
}
|
||||
.sbControlsMenu-item:first-child {
|
||||
border-radius: 8px 0px 0px 8px;
|
||||
}
|
||||
.sbControlsMenu-item:last-child {
|
||||
border-radius: 0px 8px 8px 0px;
|
||||
}
|
||||
.sbControlsMenu-item:hover, .sbControlsMenu-item:focus {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user