mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-29 19:38:48 +08:00
fix(buttons): Don't use pointer cursor in title bar, or elsewhere for buttons
This commit is contained in:
parent
dee14a37b7
commit
cce71a38aa
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
@import "ui-variables";
|
@import "ui-variables";
|
||||||
@import "ui-mixins";
|
@import "ui-mixins";
|
||||||
|
|
||||||
|
button, html input[type="button"] {
|
||||||
|
cursor: default;
|
||||||
|
&:hover, &:active {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0.33em 1em;
|
padding: 0.33em 1em;
|
||||||
|
|
Loading…
Reference in a new issue