mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: remove old menu border hack (#31344)
We used to hide the bottom border of the header buttons when menu panels were open (so they'd appear connected), but this is no longer necessary... so all this vestigial CSS does is sometimes create a stray line like this: 
This commit is contained in:
parent
be513ed9a3
commit
fa8945fee2
@ -197,22 +197,6 @@
|
||||
> .d-icon {
|
||||
color: var(--primary-medium);
|
||||
}
|
||||
|
||||
&::after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
z-index: z("header") + 1; // Higher than .menu-panel
|
||||
width: 100%;
|
||||
height: 0;
|
||||
content: "";
|
||||
border-top: 1px solid var(--secondary);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user