Last modified: 2014-10-20 07:32:06 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T72610, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 70610 - give the "More" text of the dropdown its own ID
give the "More" text of the dropdown its own ID
Status: RESOLVED WONTFIX
Product: MediaWiki skins
Classification: Unclassified
Vector (Other open bugs)
master
All All
: Lowest enhancement
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-09 15:16 UTC by Stöger Florian D. M.
Modified: 2014-10-20 07:32 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Stöger Florian D. M. 2014-09-09 15:16:49 UTC
Please give the <span>More</span> in <h3 id="p-cactions-label" tabindex="0"><span>More</span><a href="#" tabindex="-1"></a></h3> its own ID so I can remove it using CSS.
Comment 1 Andre Klapper 2014-09-09 16:22:19 UTC
#p-cactions-label>span { display: none; }
  or
#p-cactions-label span { display: none; }
  don't work?
Comment 2 Stöger Florian D. M. 2014-10-20 03:13:25 UTC
They make the watch star and the dropdown arrow overlap.
Comment 3 Bartosz Dziewoński 2014-10-20 07:32:06 UTC
Adding an id won't change anything.

Use the CSS given here to hide the label: bug 44591 comment 14. (You need additional line to avoid the problem you described.)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links