Skip to content

Commit 6158748

Browse files
authored
Merge pull request #43175 from Rituraj-13/hover-effect
Added hover effect on buttons
2 parents e1a5807 + d00e01d commit 6158748

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

assets/scss/_base.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,12 @@ section#cncf {
552552
padding: 20px 10px 20px 10px;
553553
}
554554

555+
#desktopKCButton:hover{
556+
background-color: #ffffff;
557+
color: #3371e3;
558+
transition: 150ms;
559+
}
560+
555561
#desktopShowVideoButton {
556562
position: relative;
557563
font-size: 24px;
@@ -571,6 +577,15 @@ section#cncf {
571577
border-width: 10px 0 10px 20px;
572578
border-color: transparent transparent transparent $blue;
573579
}
580+
581+
&:hover::before {
582+
border-color: transparent transparent transparent $dark-grey;
583+
}
584+
}
585+
586+
#desktopShowVideoButton:hover{
587+
color: $dark-grey;
588+
transition: 150ms;
574589
}
575590

576591
#mobileShowVideoButton {

0 commit comments

Comments
 (0)