Skip to content

Commit b2f903a

Browse files
authored
Change Hover Background for CTA Button in Header (#16097)
1 parent da6e38e commit b2f903a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/sass/misc/_button.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,13 @@
4848
}
4949
}
5050
}
51+
52+
header {
53+
.btn {
54+
&--primary {
55+
&:hover, &:focus, &:active {
56+
background-color: #ffffff;
57+
}
58+
}
59+
}
60+
}

0 commit comments

Comments
 (0)