mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-27 08:40:10 +02:00
add pointer cursor to footer btn n links
This commit is contained in:
@@ -571,7 +571,9 @@ body:not(.light-version).overlay-visible .main-container {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: var(--color-bg);
|
background: var(--color-bg);
|
||||||
transition: height 0.3s ease, width 0.3s ease;
|
transition:
|
||||||
|
height 0.3s ease,
|
||||||
|
width 0.3s ease;
|
||||||
will-change: height;
|
will-change: height;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -891,6 +893,10 @@ body > #demo-frame {
|
|||||||
.footer button:hover svg {
|
.footer button:hover svg {
|
||||||
fill: rgba(255, 255, 255, 0.6);
|
fill: rgba(255, 255, 255, 0.6);
|
||||||
}
|
}
|
||||||
|
.footer a,
|
||||||
|
.footer button {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.mode-btn svg {
|
.mode-btn svg {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
Reference in New Issue
Block a user