mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add hover effect to buttons
This commit is contained in:
parent
332542bc68
commit
7d763d9749
@ -33,6 +33,10 @@
|
||||
color: #585858;
|
||||
background-color: #E5E5E5;
|
||||
|
||||
&:hover {
|
||||
background-color: #EFEFEF;
|
||||
}
|
||||
|
||||
&.action-button-delete {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
@ -31,6 +31,10 @@
|
||||
background-color: $orange-color;
|
||||
padding: 0 17px 0 13px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background-color: #F97D46;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin peertube-button-link {
|
||||
|
Loading…
Reference in New Issue
Block a user