Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Solved Topic Icons Slightly Shift upon highlight

More
7 years 10 months ago #1 by Josh
Minor UX issue, but noticeable to guys like me. When selecting topic icons, the other ones shift slightly. This is due to the border being applied to the active item and not the non active items, hence a change in spacing as a result of the added border. Fortunately this is an easy fix:

In /media/kunena/cache/crypsis/css/kunena.css line 617:
Code:
#kunena.layout input[type="radio"] + label { background-color: rgba(0, 0, 0, 0); border: 1px solid rgba(0, 0, 0, 0); display: inline-block; margin: -2px -3px; padding: 4px 12px; }

The changes made are the addition of an invisible border to non active items and the margin was slightly changed to maintain the exact same sizing as the old design. This makes it so the border "comes out of hiding" instead of applying a border upon clicking different icons, as a result nothing shifts around with this mod. :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.478 seconds