]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
refactor: simplify Input Group border-radius selector
authorNicolas Coden <nicolas@ncoden.fr>
Sun, 1 Jul 2018 20:00:40 +0000 (22:00 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sun, 1 Jul 2018 20:00:40 +0000 (22:00 +0200)
commitd267df4b9a59762958bba61bbb95cd483c7f897a
treec80a39f18efda499b083a51aaade173122b12535
parent713b54178b689999c813feff48f9ce79e42abd11
refactor: simplify Input Group border-radius selector

We should assume as little as possible to HTML structure inside our components. People should be able to freely use the classes of components/elements we provide without limited by self-references and dependencies.

This commit simplify the selector used to apply border-radius on Input Group childreens to make all childreens affected, with a single exception for `.input-group-button` where sub-childreens are affected too.
scss/forms/_input-group.scss