Browse Source

css: Remove unnecessary black border

JC Brand 2 months ago
parent
commit
3f7691cc62
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/shared/styles/_core.scss

+ 0 - 1
src/shared/styles/_core.scss

@@ -9,7 +9,6 @@
 
     .img-thumbnail {
         background-color: var(--highlight-color);
-        border: 1px solid black;
     }
 
     textarea:disabled {