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

8 lines
105 B
Plaintext

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