removing the button hover, because it is not needed and is breaking code.
This commit is contained in:
parent
335a218b33
commit
fb3c49b59c
@ -63,11 +63,6 @@ button, .source-btn, .dsc-btn, .clr-btn {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: background-color 0.3s ease, transform 0.3s ease;
|
transition: background-color 0.3s ease, transform 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
|
||||||
background-color: #45a049;
|
|
||||||
transform: scale(1.05);
|
|
||||||
}
|
|
||||||
.clr-btn:hover {
|
.clr-btn:hover {
|
||||||
background-color: #ff3c00;
|
background-color: #ff3c00;
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user