Fix inaccessible buttons
This commit is contained in:
parent
0e45ebb40d
commit
3e2f92bb5d
|
@ -71,9 +71,12 @@ header {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
& > div:nth-child(2) {
|
& > div:nth-child(2) {
|
||||||
padding: 5px 30px;
|
padding: 0 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,7 @@ view_modules wrap license =
|
||||||
|
|
||||||
view_cooler_button : String -> msg -> Html msg
|
view_cooler_button : String -> msg -> Html msg
|
||||||
view_cooler_button name message =
|
view_cooler_button name message =
|
||||||
div
|
button
|
||||||
[ class "cool-button"
|
[ class "cool-button"
|
||||||
, onClick message
|
, onClick message
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue