Comments, small tweaks

This commit is contained in:
Sam Potts
2017-10-02 13:55:03 +11:00
parent 2bba1f30e2
commit 6dd010ea34
7 changed files with 61 additions and 43 deletions

View File

@ -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();