Improve appearance of edit link
This commit is contained in:
parent
8dde8ffe8f
commit
3c5d18a99b
|
@ -31,10 +31,10 @@
|
||||||
|
|
||||||
& > li > a:hover,
|
& > li > a:hover,
|
||||||
& > li > a:focus {
|
& > li > a:focus {
|
||||||
color: $base-b3;
|
color: $base-a;
|
||||||
|
|
||||||
& > .text {
|
& > .text {
|
||||||
color: $base-b3;
|
color: $base-a;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -83,12 +83,19 @@
|
||||||
|
|
||||||
& > .text {
|
& > .text {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
background: $base-panel;
|
background: $base-a-gradient;
|
||||||
box-shadow: $shadow3;
|
box-shadow: $shadow2;
|
||||||
|
|
||||||
|
&,
|
||||||
|
& > .text {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue