bootstrap-select icon indicating copy to clipboard operation
bootstrap-select copied to clipboard

Rewrite :focus state for the input

Open martinjinda opened this issue 5 years ago • 1 comments

I would like to change default focus state color so it is corresponding with other inputs, but I don't find any way how to change this line, why is there important everywhere, is that really necessary?

https://github.com/snapappointments/bootstrap-select/blob/a5b075219d3a87336c046a5a0403023eed8f4c6e/sass/bootstrap-select.scss#L127

Preview of my focus with this 5px width border from bootstrap-select: Screenshot 2019-11-21 at 14 56 43

martinjinda avatar Nov 21 '19 14:11 martinjinda

I agree that !important should be used sparingly. @caseyjhol is there a good reason to have !important in the css?

NicolasCARPi avatar Jun 04 '21 18:06 NicolasCARPi