Style new IDX widgets using shadow DOM
The new IDX widgets are built on vue.js unlike the legacy widgets which means you cannot just write CSS and have it be applied to the widgets like normal. However, you can use shadow DOM in order to still write CSS in order to style the widgets as you want. Here is some example code […]