mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
14 lines
303 B
Text
14 lines
303 B
Text
@import "ui-variables";
|
|
|
|
.windows-btn-bg {
|
|
transition: background 300ms, box-shadow 300ms;
|
|
background: transparent;
|
|
border-radius: 0;
|
|
&:hover {
|
|
background: fade(@border-color-divider, 80%);
|
|
}
|
|
}
|
|
.windows-btn-border {
|
|
border: 0;
|
|
box-shadow: 0 0 0 2px fade(@border-color-divider, 80%);
|
|
}
|