Loading...
 
Skip to main content

"Buttons" in "dropup" should be btn-link only, not btn-default

Status
Closed
Subject
"Buttons" in "dropup" should be btn-link only, not btn-default
Version
14.x
Category
  • Less than 30-minutes fix
Feature
Admin Interface (UI)
Resolution status
New
Submitted by
Gary Cunningham-Lee
Lastmod by
Gary Cunningham-Lee
Rating
(0)
Description

The "More" button of the wiki page-bar has a ul with several items. These should be links visually, not buttons (with backgrounds and borders). It seems the button element gets the button btn-default class by default and adding btn-link in an instance doesn't "undo" the btn-default styling. "Permissions" only is a plain link. This looks strange in a dropdown/dropup. CSS could be used to force the btn-link styling after the fact, but I wanted to report this first in case there's a more direct way (in Smarty possibly) to prevent btn-default appearance in dropdowns/dropups to begin with.

It may not be evident in every theme - I didn't check. But it can be seen in Green Valley, at least.

Solution
Button type changed to link. Fixed by Mani.
Workaround
A CSS rule can be added to override the btn-default's border and background in ul.dropup / ul.dropdown, if there's no better solution.
Importance
7
Easy to solve?
7
Priority
49
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
5650
Created
Sunday 26 April, 2015 12:31:41 UTC
by Gary Cunningham-Lee
LastModif
Saturday 09 May, 2015 10:22:42 UTC


Show PHP error messages