Commit b4d87b8e authored by Clement Ho's avatar Clement Ho

[skip ci] Fix collapse sidebar button styles

parent b292359c
......@@ -24,6 +24,15 @@ html {
font-size: 14px;
}
button, html [type="button"], [type="reset"], [type="submit"] {
// Override bootstrap reboot
-webkit-appearance: inherit;
}
[role="button"] {
cursor: pointer;
}
// Polyfill deprecated selectors
.hidden {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment