Another <button> Fix
This commit is contained in:
Thomas A. Reinert 2016-11-04 04:39:51 +01:00
parent 87f9d068e9
commit d30fd358ef
4 changed files with 10 additions and 4 deletions

View File

@ -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; }
/*! /*!

2
css/theme.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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;
} }