]> git.openstreetmap.org Git - rails.git/commit
Replace border-grey css class with border-secondary-subtle
authorAnton Khorev <tony29@yandex.ru>
Sat, 6 Apr 2024 14:11:38 +0000 (17:11 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 6 Apr 2024 14:11:38 +0000 (17:11 +0300)
commit0fb635e8bc992d6753c781a23c738342e91903f0
tree4fac4103e7e54c84b318103c6736bf06f023bf67
parent7d7126736e48363bb57a6bc78dd83d4913c890a9
Replace border-grey css class with border-secondary-subtle

No noticeable difference (#cccccc vs #cfcfcf) and no problems with dark mode.
14 files changed:
app/assets/stylesheets/common.scss
app/helpers/user_helper.rb
app/views/browse/_tag.html.erb
app/views/browse/_tag_details.html.erb
app/views/dashboards/show.html.erb
app/views/diary_entries/_diary_entry.html.erb
app/views/diary_entries/_form.html.erb
app/views/diary_entries/show.html.erb
app/views/layouts/_header.html.erb
app/views/messages/show.html.erb
app/views/profiles/edit.html.erb
app/views/site/export.html.erb
app/views/users/terms.html.erb
test/helpers/user_helper_test.rb