Opened 7 years ago
Closed 6 years ago
#44753 closed defect (bug) (wontfix)
Dashboard - Dismiss close button hover effect should be consistent
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 4.9.8 |
Component: | Administration | Keywords: | ux-feedback has-screenshots has-patch |
Focuses: | ui, administration | Cc: |
Description
The Dismiss close button shows red color normally for hover effect but for the hover effect is missing for
.try-gutenberg-panel
class.
Attachments (5)
Change History (16)
#2
follow-ups:
↓ 4
↓ 5
@
7 years ago
- Component changed from General to Administration
- Focuses administration added
@subrataemfluence WordPress deskboar use min version of common css file and you have added patch for full version of css file.
#4
in reply to:
↑ 2
@
7 years ago
Since you have already uploaded it I need not to do it again! Thank you for correcting me.
Replying to mukesh27:
@subrataemfluence WordPress deskboar use min version of common css file and you have added patch for full version of css file.
#5
in reply to:
↑ 2
;
follow-up:
↓ 8
@
7 years ago
Replying to mukesh27:
@subrataemfluence WordPress deskboar use min version of common css file and you have added patch for full version of css file.
Actually, minified files should not be patched, they are auto-generated by the build tools. There's a SCRIPT_DEBUG constant you can add to your wp-config.php
file to use non-minified files.
So 44753.diff is enough, there's no mistake here. However, it would be helpful if the patch was created from the root directory and contained the full path: src/wp-admin/css/common.css
, not just common.css
.
#8
in reply to:
↑ 5
@
7 years ago
@SergeyBiryukov thank you for your guidance. i know system create min version of CSS but for better understanding i have added both file in diff. i will take care of it in feature diff.
Replying to SergeyBiryukov:
Replying to mukesh27:
@subrataemfluence WordPress deskboar use min version of common css file and you have added patch for full version of css file.
Actually, minified files should not be patched, they are auto-generated by the build tools. There's a SCRIPT_DEBUG constant you can add to your
wp-config.php
file to use non-minified files.
So 44753.diff is enough, there's no mistake here. However, it would be helpful if the patch was created from the root directory and contained the full path:
src/wp-admin/css/common.css
, not justcommon.css
.
Please check this visual for more detail.