Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 196: | Line 196: | ||
background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), | background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), | ||
opacity 0.55s ease; | opacity 0.55s ease; | ||
− | |||
− | |||
− | |||
} | } | ||
#menuToggle #inputButton:hover + #hamb1 { | #menuToggle #inputButton:hover + #hamb1 { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
background: #5c4444 !important; | background: #5c4444 !important; | ||
} | } | ||
Line 458: | Line 449: | ||
$("#expandSidebar-icon").addClass("fa-arrow-right") | $("#expandSidebar-icon").addClass("fa-arrow-right") | ||
} | } | ||
+ | } | ||
+ | |||
+ | function hoverHamb() { | ||
+ | $("#inputButton").hover(function(){ | ||
+ | $(".hamb").css("background", "yellow"); | ||
+ | }, function(){ | ||
+ | $(".hamb").css("background", "pink"); | ||
+ | }); | ||
} | } | ||
Revision as of 02:46, 14 March 2021