Improve appearance of edit link

This commit is contained in:
Rico Sta. Cruz 2017-09-01 02:08:24 +08:00
parent 8dde8ffe8f
commit 3c5d18a99b
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 11 additions and 4 deletions

View File

@ -31,10 +31,10 @@
& > li > a:hover,
& > li > a:focus {
color: $base-b3;
color: $base-a;
& > .text {
color: $base-b3;
color: $base-a;
}
}
@ -83,12 +83,19 @@
& > .text {
margin-left: 4px;
position: relative;
top: -1px;
}
&:hover,
&:focus {
background: $base-panel;
box-shadow: $shadow3;
background: $base-a-gradient;
box-shadow: $shadow2;
&,
& > .text {
color: white;
}
}
}