Commit 6f4b490b authored by JC Brand's avatar JC Brand

CSS: Apply highlight color on link, to avoid misalignment

parent 17654aaf
......@@ -77,11 +77,7 @@
margin: 0;
height: 30px;
width: 32px;
&.selected {
background-color: var(--highlight-color);
}
&.picked {
&.selected a {
background-color: var(--highlight-color);
}
a {
......@@ -118,10 +114,7 @@
border: 1px var(--chat-head-color) solid;
border-bottom: none;
}
&.selected {
background-color: var(--highlight-color);
}
&:hover {
&.selected a, &:hover a {
background-color: var(--highlight-color);
}
a {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment