Skip to content

Commit a3de18d

Browse files
committed
added appearance none to remove weirdness on mobile OS
1 parent 01263b3 commit a3de18d

File tree

11 files changed

+16
-7
lines changed

11 files changed

+16
-7
lines changed

Diff for: assets/theme/scss/partials/defaults/_forms.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
%text-input-base {
2+
appearance: none;
23
border: 0;
34
border-radius: $base-border-radius;
45
font-size: $form-font-size;

Diff for: config/grunt/copy.js

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ module.exports = {
3131
cwd: '<%= paths.node %>@fortawesome/fontawesome-free/scss',
3232
src: [
3333
'_variables.scss',
34-
'_shims.scss'
3534
],
3635
dest: '<%= paths.cssVend %>fontawesome/'
3736
}

Diff for: css/editor-style.css

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: css/editor-style.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)