Only style direct decendants.

This commit is contained in:
Jonathan Frederic 2015-02-25 15:07:21 -08:00
parent b822a9f191
commit 63b181a1a2

View File

@ -3,7 +3,7 @@
// Pad interact widgets by default.
.widget-interact {
div, input {
>div, >input {
padding: 2.5px;
}
}