forked from minhur/bootstrap-toggle
-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
bootstrap4-toggle/css/bootstrap4-toggle.css
Lines 15 to 20 in 38211b9
| .btn-group-xs > .btn, .btn-xs { | |
| padding: .35rem .4rem .25rem .4rem; | |
| font-size: .875rem; | |
| line-height: .5; | |
| border-radius: .2rem; | |
| } |
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request