?
avatar brianteeman
brianteeman
25 Jan 2020

Assuming I am reading the scss correctly (and that's not certain) then the following selectors in administrator\templates\atum\scss\blocks\_header.scss should be combined and the conflicting values resolved.

.dropdown-menu {
min-width: 17.5rem;
padding: 0;
z-index: 1041;
}

.dropdown-menu {
z-index: $zindex-popover;
min-width: 18rem;
background-color: var(--atum-bg-dark-70);

avatar brianteeman brianteeman - open - 25 Jan 2020
avatar joomla-cms-bot joomla-cms-bot - change - 25 Jan 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 25 Jan 2020
avatar wilsonge
wilsonge - comment - 26 Jan 2020

Looks funky to me. Looks like only the padding from the 1st definition should survive in the second

avatar brianteeman
brianteeman - comment - 26 Jan 2020

closed see #27661

avatar brianteeman brianteeman - change - 26 Jan 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-01-26 15:30:24
Closed_By brianteeman
avatar brianteeman brianteeman - close - 26 Jan 2020

Add a Comment

Login with GitHub to post a comment