UNPKG

@progress/kendo-ui

Version:

This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.

58 lines (47 loc) 1.08 kB
.k-rating { &.k-widget { background-color: transparent; } &:focus, &.k-state-focused { box-shadow: none; .k-rating-item { > .k-icon { text-shadow: @rating-icon-focused-shadow; } &.k-state-selected > .k-icon { text-shadow: @rating-icon-focused-selected-shadow; } } } } .k-rating-item { color: @rating-icon-text; &.k-state-selected { color: @rating-icon-selected-text; background: none; box-shadow: none; &:focus, &.k-state-focused { color: @rating-icon-focused-text; } } &:hover, &.k-state-hover { color: @rating-icon-hover-text; cursor: pointer; background: none; box-shadow: none; &.k-state-selected { box-shadow: none; } } &:focus, &.k-state-focused { background: none; box-shadow: none; &.k-state-selected { box-shadow: none; } } }