Theme: Classic - Blue Dotted Line for items of class="clickable_option" Theme: Classic - Blue Dotted Line for items of class="clickable_option"
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Theme: Classic - Blue Dotted Line for items of class="clickable_option"

Started by donnoman, November 30, 2004, 05:17:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

donnoman

Obviously the intent of this was to hint that certain regions are clickable. However in the classic theme its a distraction and looks wrong.
I would assume the same in most other themes.

I think you might want to reconsider including them. I think others will see them as I did an unwelcome distraction in the page.

If there wasn't a clear place to make a selection I would agree that a visual hint is necessary and wanted. However, there's a nice round button
where I think most people will recognise a selection needs to be made, the blue underline is superfluous.


.clickable_option {
        border-bottom : 1px dotted blue;
        cursor : default;
}

Joachim Müller

you're right, it was me who introduced the class some time back. I suggest we remove the dotted line attribute, but the class should be defined in the style.css and the cursor attribute is helpfull imo as well. I'll commit the changes to the dev version.

Joachim