If you set a class to your element, chances are you want to style this class by default instead of the ID. This feature will ensure that the first unlocked class of the element gets automatically activated when browsing your elements.
Release 1.2.3
July 20, 2023
21 changes
we’ve got some exciting updates to share with you!
This release solves bugs appeared on the recent updates, and add some new features as well. Check them all below!
NEW
Increase the builder’s inputs size to easily manage CSS variables and custom CSS functions
FIX
Z-index issue with the Tag Manager Dropdown
The Tag Manager dropdown was set with an insufficient z-index, causing the background to be slightly transparent and failing the trigger correct events on click.
FIX
“!important” suggestion created a double “!!” in Superpower CSS.
For some reason, selecting the "!important" value from the suggestion dropdown of the Superpower CSS was causing the exclamation mark to be duplicated.
FIX
CSS values suggestions have been improved in the Superpower CSS
The suggestion dropdown was sometimes triggered incorrectly. It also included the variable values while looking for a CSS property.
FIX
Missing closing bracket in some Core Framework variable values
In some cases, the Core variable added through the variable pickr was missing an ending bracket.
FIX
Pseudo indicator not working correctly for classes
The pseudo-element indicator wasn't correctly triggered when a class was activated in the left panel and was continuously referring to the ID styles.
FIX
Dropdown removed in the “overview” mode of the Tag Manager
We removed the dropdown from the "overview" mode of the Tag Manager so you can have a "safe" mode without triggering the dropdown while clicking on the elements, but still see the HTML tags in your structure panel. The "developer" mode is the only one that supports changing HTML tags from the structure panel.
FIX
Moving items in the structure panel was conflicting with the navigation shortcuts
There was a conflict between a Bricks shortcut (CTRL + SHIFT + ARROWS) to navigate the structure panel items and the AT shortcut (SHIFT + ARROWS) to move elements inside the structure panel. Now both shortcuts should work as expected.
FIX
Added padding-top to the “create element shortcuts” panel
In order to avoid clicking the save button while adding a section to your structure panel, a small gap between the topbar and the shortcut panel has been added.
FIX
CSS property suggestions now include “: ” when autocompleted inside the Superpower CSS
When you autocomplete a CSS property suggestion (by typing enter in the dropdown), it will automatically add a colon and a space at the end of the property, so you can quickly type your value without caring about formatting the CSS declaration.
FIX
Default Structure Panel Size
You are now able to set a default width for the Structure Panel in the theme settings.