Browse Source

Fix unneeded outline around list name edition input

closed-social-glitch-2
Claire 2 years ago
parent
commit
d911c17f52
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/flavours/glitch/styles/components/index.scss

+ 1
- 0
app/javascript/flavours/glitch/styles/components/index.scss View File

@ -1040,6 +1040,7 @@
background: transparent; background: transparent;
border: 0; border: 0;
border-bottom: 2px solid $ui-primary-color; border-bottom: 2px solid $ui-primary-color;
outline: 0;
box-sizing: border-box; box-sizing: border-box;
display: block; display: block;
font-family: inherit; font-family: inherit;

Loading…
Cancel
Save