?
avatar Kostelano
Kostelano
11 May 2021

Steps to reproduce the issue

Go to Control Panel -- Menus -- Manage (panel on the right). Click on any of the modules. A drop-down item on hover has no rounding of its borders.

Screenshot_1

avatar Kostelano Kostelano - open - 11 May 2021
avatar joomla-cms-bot joomla-cms-bot - change - 11 May 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 11 May 2021
avatar brianteeman
brianteeman - comment - 11 May 2021

My css isnt strong enough to fix this but the issue is coming from administrator\templates\atum\scss\blocks\_header.scss


  &.first:not(.last) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  &.last:not(.first) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  &:not(.first):not(.last) {
    border-radius: 0;
  }

it probably needs a class for :onlychild

avatar Kostelano
Kostelano - comment - 11 May 2021

Clicking on a line in editing / unpublishing a module - in the same place.

Screenshot_3

avatar infograf768
infograf768 - comment - 12 May 2021

As of today, the "tip" for the menu module is NOT what is described by the OP.

I get here, when clicking on the down arrow

Screen Shot 2021-05-12 at 12 00 29

avatar brianteeman
brianteeman - comment - 12 May 2021

@infograf768 when you hover over the Author Menu you will see that it is then black with square corners

avatar infograf768
infograf768 - comment - 13 May 2021

Oh, when hovering the tip to edit the module... Got it.

avatar brianteeman
brianteeman - comment - 20 May 2021

Sorry I reference the wrong scss file it should have been administrator\templates\atum\scss\vendor\bootstrap\_dropdown.scss

avatar brianteeman
brianteeman - comment - 20 May 2021

Please test #34059

avatar richard67 richard67 - change - 20 May 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-05-20 21:06:45
Closed_By richard67
avatar richard67 richard67 - close - 20 May 2021
avatar richard67
richard67 - comment - 20 May 2021

Closing as having a pull request. Please test #34059 . Thanks in advance.

Add a Comment

Login with GitHub to post a comment