Closed gertcuykens closed 10 years ago
It is a bit unfortunate that you need to increase your specificity to work with the core-icon
. Instead of using !important
, I would recommend giving your icon a class name. Styling with the class will have greater specificity than the internal styles that set width
and height
.
ok going to do it that way, thanks!
I had to use !important in my style tag before it changed the size. Can this be changed so you don't need to use !important?