|
@@ -9,7 +9,10 @@ button {
|
|
|
background-color: transparent;
|
|
|
transition: all 0.25s ease;
|
|
|
border-radius: 10px !important;
|
|
|
- &:hover {
|
|
|
- background-color: rgba(211, 211, 211, 0.5);
|
|
|
- }
|
|
|
+ cursor: default;
|
|
|
+}
|
|
|
+
|
|
|
+.hover-effect:hover {
|
|
|
+ background-color: rgba(211, 211, 211, 0.5);
|
|
|
+ cursor: pointer;
|
|
|
}
|