Changed cursor:pointer to cursor:unset on Get started dropdown. (#803)
* Added cursor:unset * removed !important rule from cursor * Update layout.less Looks like there's a class already set up for the dropdown menu button. Updated the property there.
This commit is contained in:
Vendored
+3
-2
@@ -22,7 +22,7 @@ html, body {
|
||||
right: 0;
|
||||
.header-btn {
|
||||
color: #ffffff;
|
||||
cursor: pointer !important;//lesshint-disable-line importantRule
|
||||
cursor: unset;
|
||||
font-family: @navigation-font;
|
||||
font-weight: @bold;
|
||||
}
|
||||
@@ -106,7 +106,7 @@ html, body {
|
||||
border-bottom: 1px solid #e2e4ea;
|
||||
.header-btn {
|
||||
color: #192147;
|
||||
cursor: pointer !important;//lesshint-disable-line importantRule
|
||||
cursor: unset;
|
||||
font-family: @navigation-font;
|
||||
font-weight: @bold;
|
||||
}
|
||||
@@ -213,6 +213,7 @@ body.detected-mobile {
|
||||
// …
|
||||
}
|
||||
|
||||
|
||||
.dropdown:hover > .btn.btn-link {
|
||||
color: #6a67fe;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user