Skip to content

Commit 9aa9431

Browse files
Merge branch 'develop'
2 parents f96fe8f + 1b3cc90 commit 9aa9431

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

assets/scss/partials/_theme.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ body {
1010
@include border-radius(0);
1111
}
1212

13+
.form-control {
14+
box-shadow: none;
15+
&:focus {
16+
box-shadow: none;
17+
}
18+
}
19+
1320
/** Site Header
1421
----------------------------------------------------------------------------- */
1522
.site-header {

style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temp/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,6 +2370,9 @@ body { font-weight: 300; }
23702370
----------------------------------------------------------------------------- */
23712371
.label, .badge { border-radius: 0; }
23722372

2373+
.form-control, .widget_categories select, .widget_archive select { box-shadow: none; }
2374+
.form-control:focus, .widget_categories select:focus, .widget_archive select:focus { box-shadow: none; }
2375+
23732376
/** Site Header
23742377
----------------------------------------------------------------------------- */
23752378
.site-header { background: #fff; margin: 0; padding: 26px 0; }

0 commit comments

Comments
 (0)