siteorigin / siteorigin-panels

SiteOrigin Page Builder is a powerful content creation interface, instantly recognizable, astonishingly different. SiteOrigin Page Builder makes it easy to create responsive column-based content using the widgets you know and love. Your content will accurately adapt to all mobile devices, ensuring your site is mobile-ready.
https://siteorigin.com/page-builder/
GNU General Public License v3.0
610 stars 181 forks source link

Border Radius: Add `so-rounded` Context Class When Applied #1167

Closed AlexGStapleton closed 9 months ago

AlexGStapleton commented 9 months ago

This will allow additional styling to be applied to the row/cell/widget. This is useful when applying targeted styling to specific widgets. For example, this will allow the Border Radius to be applied to the SiteOrigin Image widget (if applicable).

.widget_sow-image .so-rounded {
    overflow: hidden;
}