Verified Commit dadcf295 authored by Dave Long's avatar Dave Long
Browse files

Issue #3530855 by libbna, rkoller, the_g_bomb: The border of field types on...

Issue #3530855 by libbna, rkoller, the_g_bomb: The border of field types on the "add field" step has a too low color contrast

(cherry picked from commit e7013351)
parent 2ab02a9e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
  -webkit-text-decoration: none;
  text-decoration: none;
  color: unset;
  border: 1px solid #dedfe4;
  border: 1px solid #919297;
  gap: 0.75rem;
  border-radius: 0.25rem;
}
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
  padding-inline-end: 0.75rem;
  text-decoration: none;
  color: unset;
  border: 1px solid #dedfe4;
  border: 1px solid #919297;
  gap: 0.75rem;
  border-radius: 4px;
  &:hover {