? Success

User tests: Successful: Unsuccessful:

avatar hardik-codes
hardik-codes
8 Feb 2019

Pull Request for Issue #23791

Summary of Changes

Added box-shadow:0px 8px 10px #C0C0C0, -10px 8px 15px #C0C0C0, 10px 8px 15px #C0C0C0; to the .dropdown-menu selector in the file administrator/templates/atum/scss/blocks/_header.scss

Testing Instructions

Open the user dropdown menu

Expected result

boxshadow

Actual result

boxoriginal

Documentation Changes Required

None

avatar hardik-codes hardik-codes - open - 8 Feb 2019
avatar hardik-codes hardik-codes - change - 8 Feb 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 8 Feb 2019
Category Administration Templates (admin)
avatar hardik-codes
hardik-codes - comment - 8 Feb 2019

@C-Lodder please review the PR

avatar hardik-codes hardik-codes - change - 8 Feb 2019
Title
Added box-shadow to user dropdown menu
[4.0] Added box-shadow to user dropdown menu
avatar hardik-codes hardik-codes - edited - 8 Feb 2019
avatar ciar4n
ciar4n - comment - 8 Feb 2019

To keep shadows consistent, use the available box-shadow variable... https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/templates/atum/scss/_variables.scss#L62

avatar hardik-codes
hardik-codes - comment - 8 Feb 2019

But the box-shadow variable cannot be used as it is because of shadows on 3 sides so instead of using the variable may I use the values directly for consistency?

avatar ciar4n
ciar4n - comment - 9 Feb 2019

If you wish you can create a new dropdown box-shadow variable if you feel the current variable is not suitable. Up to you but I would consider '0px 8px 10px #C0C0C0, -10px 8px 15px #C0C0C0, 10px 8px 15px #C0C0C0;' excessive.

avatar brianteeman
brianteeman - comment - 9 Feb 2019

If I read this correctly then this is not correct for RTL

avatar hardik-codes
hardik-codes - comment - 9 Feb 2019

@brianteeman apart from the box-shadow on 3 sides what else could be done so that it is correct for RTL

avatar brianteeman
brianteeman - comment - 9 Feb 2019

The three sides are different in rtl

avatar hardik-codes
hardik-codes - comment - 9 Feb 2019

Different in the widths?

avatar C-Lodder
C-Lodder - comment - 9 Feb 2019

@brianteeman - When he says 3 sides, he means left/right/bottom and this works perfectly fine on RTL.

@hardik-codes - Using the variable mentioned by @ciar4n is fine

avatar hardik-codes
hardik-codes - comment - 9 Feb 2019
avatar hardik-codes hardik-codes - change - 9 Feb 2019
Labels Added: ?
avatar hardik-codes
hardik-codes - comment - 9 Feb 2019

I hope its now fine @C-Lodder

avatar hardik-codes
hardik-codes - comment - 9 Feb 2019

@C-Lodder I accidentally typed 'before' instead of 'after' in the commit message how can I fix that?
Should I delete this commit and generate a new commit.

avatar hardik-codes
hardik-codes - comment - 9 Feb 2019

Changed the commit message successfully !!

avatar brianteeman
brianteeman - comment - 9 Feb 2019

Sorry for the confusion

avatar astridx
astridx - comment - 9 Feb 2019

I applied this path via git fetch origin pull/23833/head:boxShadow and run npm install.
Before:
control panel rsfd administration 1
After:
control panel rsfd administration

avatar astridx
astridx - comment - 9 Feb 2019

I have tested this item successfully on 23055b0


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23833.

avatar astridx astridx - test_item - 9 Feb 2019 - Tested successfully
avatar hardik-codes
hardik-codes - comment - 27 Feb 2019

Members please test this PR @C-Lodder

avatar C-Lodder
C-Lodder - comment - 27 Feb 2019
avatar hardik-codes
hardik-codes - comment - 15 Mar 2019

One more tester please @Quy

avatar Quy
Quy - comment - 28 Mar 2019

There is a visible outline without this PR.

shadow

avatar Quy
Quy - comment - 14 Apr 2019

Here is the backend of the new design. Shadow is no longer an issue. I recommend closing this PR.

shadow

avatar wilsonge
wilsonge - comment - 16 Apr 2019

Closing per @Quy 's comment

avatar wilsonge wilsonge - close - 16 Apr 2019
avatar wilsonge wilsonge - change - 16 Apr 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-04-16 15:28:15
Closed_By wilsonge
Labels Removed: J4 Issue

Add a Comment

Login with GitHub to post a comment