photon-ant
Version:
Mozilla Photon styles for the Ant Design UI library
24 lines (19 loc) • 363 B
text/less
// Links
// http://design.firefox.com/photon/components/link.html
a {
box-shadow: 0 0 2px 0 transparent;
&,
&:hover,
&:focus {
color: @blue-60;
}
&:active {
color: @blue-70;
}
&:focus {
border-radius: 4px;
// #36cae4 = Teal
box-shadow: 0 0 2px 0 #36CAE4, 0 0 4px 0 rgba(54, 202, 228, 0.3);
text-decoration: none;
}
}