Skip to content

css: Remove outline border radius properties

Timm Bäder requested to merge wip/baedert/remove-outline-properties into master

These are always set to the same value as the corresponding border radius properties. They are also non-standard, so remove them and replace them with the border radius properties everywhere.

Fixes #2414 (closed)

Merge request reports