Comments, small tweaks
This commit is contained in:
@ -52,12 +52,12 @@ a {
|
||||
text-decoration: none;
|
||||
color: @link-color;
|
||||
border-bottom: 1px dotted currentColor;
|
||||
transition: background .3s ease, color .3s ease, border .3s ease;
|
||||
transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: @gray-dark;
|
||||
border-bottom-color: rgba(0,0,0,0);
|
||||
border-bottom-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
&:focus {
|
||||
.tab-focus();
|
||||
|
Reference in New Issue
Block a user