mirror of https://gitlab.com/bashrc2/epicyon
Timeline header icons tab highlighting
parent
776a0d6cfc
commit
ae3f42c863
|
@ -598,10 +598,6 @@ a:focus {
|
|||
width: 10%;
|
||||
}
|
||||
|
||||
.timelineIcon:focus {
|
||||
border: 2px solid var(--focus-color);
|
||||
}
|
||||
|
||||
.timeline-posts {
|
||||
background-color: var(--timeline-posts-background-color);
|
||||
}
|
||||
|
@ -615,10 +611,18 @@ a:focus {
|
|||
filter: brightness(var(--icon-brightness-change));
|
||||
}
|
||||
|
||||
.container img.timelineicon:focus{
|
||||
border: 2px solid var(--focus-color);
|
||||
}
|
||||
|
||||
.containerHeader img.timelineicon:hover {
|
||||
filter: brightness(var(--icon-brightness-change));
|
||||
}
|
||||
|
||||
.containerHeader img.timelineicon:focus {
|
||||
border: 2px solid var(--focus-color);
|
||||
}
|
||||
|
||||
.containerHeader a:link {
|
||||
background: transparent;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue