web-apps/apps/common/mobile/resources/less/material/_button.less
2016-11-15 15:32:11 +03:00

10 lines
107 B
Plaintext

// Active button icon color
.button {
&.active {
i.icon {
background-color: #fff;
}
}
}