mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
71a5662553
This should not be considered final, but we do plan to shrink the size of the entire UI slightly to match platform conventions.
12 lines
210 B
Text
12 lines
210 B
Text
.windows-btn-bg {
|
|
transition: background 300ms;
|
|
background: transparent;
|
|
border-radius: 0;
|
|
&:hover {
|
|
background: #e5e5e5;
|
|
}
|
|
}
|
|
.windows-btn-border {
|
|
border: 0;
|
|
box-shadow: 0 0 0 2px #e5e5e5;
|
|
}
|