Revert "Improve visibility of multiline menu entries"

This reverts commit ff3fe0b6f0.
This commit is contained in:
pmoreno.rodriguez 2023-01-03 20:06:41 +01:00
parent 66707c5485
commit abef78d237
2 changed files with 18 additions and 18 deletions

View file

@ -2635,8 +2635,8 @@ table.alt tfoot {
text-transform: uppercase;
display: block;
border-bottom: none;
padding: 0.5rem 0.8rem;
line-height: 1.5em;
padding: 0.3rem 0.8rem;
line-height: 2.5em;
}
#header .dropdown li ul li a:hover {
color: #181818;

View file

@ -1,19 +1,19 @@
/* Dropdown menu in header */
#header {
.dropdown {
@include vendor('flex', '1');
border-left: solid 1px _palette(border);
height: inherit;
line-height: inherit;
margin-left: _size(section-spacing-small);
margin-left: _size(section-spacing-small);
li {
position: relative;
float: left;
text-transform: uppercase;
font-size: 12pt;
height: inherit;
height: inherit;
a {
font-family: _font(family-heading);
font-size: 0.8em;
@ -22,8 +22,8 @@
@include vendor('display', 'block');
border-bottom: none;
padding: 0 0.8rem;
height: inherit;
height: inherit;
}
ul {
position: absolute;
@ -35,9 +35,9 @@
line-height: normal;
background-color: _palette(bg-dropdown);
box-shadow: 0 0.05rem 1rem _palette(border-dropdown) !important;
li {
a {
font-family: _font(family-heading);
font-size: 0.8em;
@ -46,25 +46,25 @@
text-transform: uppercase;
@include vendor('display', 'block');
border-bottom: none;
padding: 0.5rem 0.8rem;
line-height: 1.5em;
padding: 0.3rem 0.8rem;
line-height: 2.5em;
&:hover {
color: #181818;
}
}
}
ul {
left: 100%;
top: 0;
}
}
}
}
ul {
li {
margin-left: 0.5em;
padding-left: 0.5em;
@ -84,14 +84,14 @@
background-color: _palette(bg);
box-shadow: 0 0.05rem 1rem _palette(border-dropdown) !important;
}
}
}
}
@include breakpoint('<=medium') {
.dropdown {
display: none;
}
display: none;
}
}
@include breakpoint('<=small') {
.dropdown {