Mailspring/static/mixins/windows.less
2015-10-21 17:28:52 -07:00

6 lines
96 B
Text

.windows-btn-hover {
transition: background 300ms;
&:hover {
background: #e5e5e5;
}
}