Dark blue-grey on sidebar arrows

[Closes #91]
This commit is contained in:
Tom Russell 2018-10-25 10:36:27 +01:00
parent 304bc37a5d
commit 5661af9df4

View File

@ -99,22 +99,31 @@
width: 1.2rem; width: 1.2rem;
height: 1rem; height: 1rem;
text-align: center; text-align: center;
color: #7d7d7d; color: #222264;
font-size: 1.2rem; font-size: 1.2rem;
content: '\25B8'; content: '\25B8';
transition: color 0.2s; transition: color 0.2s;
} }
.bullet-prefix:hover > a::before, .bullet-prefix:hover > a::before,
.bullet-prefix.active > a::before { .bullet-prefix.active > a::before {
color: #222; font-size: 1rem;
font-size: 1.1rem;
} }
.bullet-prefix:hover > a::before { .bullet-prefix:hover > a::before,
.bullet-prefix.active > a::before {
content: '\25BC'; content: '\25BC';
} }
.bullet-prefix.active:hover > a::before { .bullet-prefix.active:hover > a::before {
content: '\25B2'; content: '\25B2';
} }
.data-section.inactive .bullet-prefix > a::before,
.data-section.inactive .bullet-prefix:hover > a::before,
.data-section.inactive .bullet-prefix.active:hover > a::before {
opacity: 0.4;
color: #222;
font-size: 1.2rem;
content: '\25B8';
}
.bullet-prefix .icon-buttons { .bullet-prefix .icon-buttons {
position: absolute; position: absolute;
top: 0; top: 0;
@ -187,9 +196,6 @@
.data-section.inactive { .data-section.inactive {
opacity: 0.5; opacity: 0.5;
} }
.data-section.inactive .bullet-prefix::before {
opacity: 0.4;
}
.data-section .h3 { .data-section .h3 {
margin: 0; margin: 0;
} }