Add hover states for ghost and danger buttons
This commit is contained in:
@@ -201,12 +201,21 @@ button.danger {
|
||||
border-color: #c54740;
|
||||
color: #fffaf3;
|
||||
}
|
||||
button.danger:hover {
|
||||
background: #c9473f;
|
||||
border-color: #a83a35;
|
||||
}
|
||||
|
||||
button.ghost {
|
||||
background: transparent;
|
||||
border-color: #d5c7b5;
|
||||
color: #2c1c0d;
|
||||
}
|
||||
button.ghost:hover {
|
||||
background: linear-gradient(-5deg, #e7f5ff, #cbeaff);
|
||||
border-color: #b4d9f3;
|
||||
color: #1a3d64;
|
||||
}
|
||||
|
||||
.label {
|
||||
color: #6c5a42;
|
||||
|
||||
Reference in New Issue
Block a user