Originally posted by Isomorphic
View Post
Code:
/* general icons */
/* .icon series just sets color - this is used automatically by font-icons and by SVG symbols
that set "fill" or "stroke" to the special value "currentColor"
*/
.icon
.iconOver,
.iconDown,
.iconDisabled {
color: #8597a3;
vertical-align: middle;
transition: color 0.2s;
}
Comment