web-apps/apps/common/mobile/resources/less/material/_button.less

10 lines
107 B
Plaintext
Raw Normal View History

2016-11-15 12:32:11 +00:00
// Active button icon color
.button {
&.active {
i.icon {
background-color: #fff;
}
}
}