fix(inputs): remove outline from the rating control

This commit is contained in:
KostyaDanovsky 2017-09-18 19:13:31 +03:00
parent 30e9c608a6
commit 7557cc4bf0

View file

@ -109,6 +109,10 @@
padding: 0 0 0.75rem;
}
ngb-rating {
outline: none;
}
ngb-rating i {
color: nb-theme(color-success);
@include nb-for-theme(cosmic) {