Skip to content

Commit

Permalink
Merge pull request #732 from Adamant-im/fix/lines-light-theme
Browse files Browse the repository at this point in the history
fix: missing some lines on the in-chat transfer screen (on light theme)
  • Loading branch information
bludnic authored Feb 28, 2025
2 parents 24b7a61 + 7ee13e3 commit d98b837
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/assets/styles/generic/_vuetify.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,6 @@ html {

.a-input .v-field--disabled .v-field__outline::before,
.a-input .v-field--disabled .v-field__outline::before {
border-image: repeating-linear-gradient(
90deg,
hsla(0, 0%, 100%, 0.5) 0,
hsla(0, 0%, 100%, 0.5) 2px,
transparent 0,
transparent 4px
)
1 repeat;
opacity: 1;
}

Expand Down

0 comments on commit d98b837

Please sign in to comment.