]> git.openstreetmap.org Git - rails.git/commit
Refactor away from global form control styling
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 10 Jun 2020 18:33:18 +0000 (20:33 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 1 Jul 2020 15:23:02 +0000 (17:23 +0200)
commit627f2493faa77336e7dcb13abb92dc547ee4db9f
tree07285e8d03d2d05ef481818f7ca92b075c478ad4
parent5c3f549492d5ef9b6eed6ebb7a8e32a19103b616
Refactor away from global form control styling

This enables forms to be converted one-by-one to bootstrap. Without this
refactoring, these global styles interfere with form control styling from
bootstrap.

The rearrangement of the search and directions styling is to solve CSS selector specitivity issues.
26 files changed:
app/assets/javascripts/leaflet.layers.js
app/assets/stylesheets/common.scss
app/views/browse/changeset.html.erb
app/views/browse/new_note.html.erb
app/views/browse/note.html.erb
app/views/diary_entries/show.html.erb
app/views/friendships/make_friend.html.erb
app/views/friendships/remove_friend.html.erb
app/views/issues/_comments.html.erb
app/views/issues/index.html.erb
app/views/layouts/_search.html.erb
app/views/messages/_message_summary.html.erb
app/views/oauth_clients/edit.html.erb
app/views/oauth_clients/index.html.erb
app/views/oauth_clients/show.html.erb
app/views/redactions/edit.html.erb
app/views/redactions/new.html.erb
app/views/site/export.html.erb
app/views/traces/edit.html.erb
app/views/traces/show.html.erb
app/views/user_blocks/edit.html.erb
app/views/user_blocks/new.html.erb
app/views/user_blocks/revoke.html.erb
app/views/users/confirm.html.erb
app/views/users/confirm_email.html.erb
app/views/users/logout.html.erb