bootstrap4-toggle icon indicating copy to clipboard operation
bootstrap4-toggle copied to clipboard

Why use such generic css selector for buttons?

Open violuke opened this issue 6 years ago • 0 comments

https://github.com/gitbrent/bootstrap4-toggle/blob/38211b945de6e69ed8c90b13be1a0ef65ff75f6a/css/bootstrap4-toggle.css#L15-L20

Sorry if I'm missing something, but why is such a generic css selector as .btn-group-xs > .btn, .btn-xs used? This is changing some of our other UI elements which we don't want changed. Could this be changed to use a different selector which only picks up the correct elements for this plugin?

We love this plugin otherwise, so thanks for making it open source 👍

Thanks.

violuke avatar Nov 27 '19 10:11 violuke