Skip to content

Commit

Permalink
fix(styles): add fix for focused read-only input missing underline [c…
Browse files Browse the repository at this point in the history
…i visual] (#5439)
  • Loading branch information
InnaAtanasova authored Jun 11, 2024
1 parent 5f29a75 commit a337824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/styles/src/mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ $fd-input-field-height--compact: 1.625rem;
}

@mixin fd-input-readonly() {
--fdInput_Outline_Offset: -0.25rem;

box-shadow: none;
border-color: var(--sapField_ReadOnly_BorderColor);
background: var(--sapField_ReadOnly_BackgroundStyle);
Expand Down

0 comments on commit a337824

Please sign in to comment.