forked from mirrors/thatmattlove-hyperglass
changed help button type to "button" from nothing
This commit is contained in:
parent
6247ad9e05
commit
5c66f634b5
2 changed files with 5 additions and 2 deletions
|
|
@ -116,7 +116,7 @@
|
|||
<div class="control">
|
||||
<div class="dropdown is-right" id="help-dropdown">
|
||||
<div class="dropdown-trigger">
|
||||
<button class="button is-rounded is-medium" aria-haspopup="true" aria-controls="dropdown-menu2" onclick="adjustHeight()">
|
||||
<button type="button" class="button is-rounded is-medium" aria-haspopup="true" aria-controls="dropdown-menu2" onclick="adjustHeight()">
|
||||
<span class="icon is-size-7 lg-icon-help">
|
||||
<i class="icofont-question" aria-hidden="true"></i>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -6953,7 +6953,10 @@ body {
|
|||
.has-background-danger .title, .has-background-danger .subtitle, .has-background-danger p, .has-background-danger a {
|
||||
color: #fff; }
|
||||
|
||||
.navbar-menu, .navbar-brand, .navbar-tabs {
|
||||
.footer p, a {
|
||||
color: rgba(0, 0, 0, 0.7); }
|
||||
|
||||
.navbar, .navbar-menu, .navbar-brand, .navbar-tabs {
|
||||
background-color: #fbfffe; }
|
||||
|
||||
.navbar-item {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue