Opened 9 years ago
Closed 9 years ago
#31828 closed enhancement (invalid)
Dashboard close button
Reported by: | Luan Ramos | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.1 |
Component: | Administration | Keywords: | |
Focuses: | ui, administration | Cc: |
Description (last modified by )
When the screen is the size mobile, include this code.
The text need only disappear when with smaller screen size;
.welcome-panel .welcome-panel-close { font-size: 0; }
Attachments (2)
Change History (20)
This ticket was mentioned in Slack in #core by luanramos. View the logs.
9 years ago
This ticket was mentioned in Slack in #core by luanramos. View the logs.
9 years ago
This ticket was mentioned in Slack in #core by luanramos. View the logs.
9 years ago
This ticket was mentioned in Slack in #core by luanramos. View the logs.
9 years ago
This ticket was mentioned in Slack in #core by luanramos. View the logs.
9 years ago
#10
follow-ups:
↓ 11
↓ 16
@
9 years ago
- Milestone changed from Awaiting Review to 4.3
Seems like we should either fix the positioning or add display: none
. font-size: 0
doesn't make sense to me.
#11
in reply to:
↑ 10
;
follow-up:
↓ 13
@
9 years ago
- Keywords reporter-feedback added
Replying to SergeyBiryukov:
Seems like we should either fix the positioning or add
display: none
.font-size: 0
doesn't make sense to me.
I would agree. However I can't replicate this bug. There already is a mobile query that hides the text, and I've been testing the breakpoints for the last 5 minutes and can't replicate this.
What size screen is that?
#12
@
9 years ago
The breakpoint to hide the text is at 580px. At 579px, the text and some of the admin menu bar items are hidden
This ticket was mentioned in Slack in #core by luanramos. View the logs.
9 years ago
#16
in reply to:
↑ 10
@
9 years ago
Replying to SergeyBiryukov:
Seems like we should either fix the positioning or add
display: none
.font-size: 0
doesn't make sense to me.
When you resize the browser window to 600px, we find the error. button text should hide in resolution less than 600px. We could use an average wanted to fix this. agree ?
Thank you!
#17
@
9 years ago
- Keywords has-patch ui-feedback removed
- Milestone changed from 4.3 to Future Release
Unless we can replicate the behavior, we can't fix it. Shouldn't be milestoned till it can be easily replicated.
@launramos, this bug appears to have already been fixed 2 weeks ago. Are you testing on trunk, not 4.2.2?
Fixed issue