parent
87f9d068e9
commit
d30fd358ef
|
@ -5039,7 +5039,10 @@ a.skip-link {
|
||||||
.dropdown-menu .menu-item a:hover {
|
.dropdown-menu .menu-item a:hover {
|
||||||
background-color: #895cd1; }
|
background-color: #895cd1; }
|
||||||
|
|
||||||
button {
|
button,
|
||||||
|
[type="button"],
|
||||||
|
[type="reset"],
|
||||||
|
[type="submit"] {
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -148,6 +148,9 @@ a.skip-link {
|
||||||
a:hover { background-color: $brand-primary; }
|
a:hover { background-color: $brand-primary; }
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button,
|
||||||
|
[type="button"],
|
||||||
|
[type="reset"],
|
||||||
|
[type="submit"] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue