Skip to content

Commit

Permalink
OEL-3413: Removed default background image of js form elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
tibi2303 committed Sep 30, 2024
1 parent 603f736 commit dcf4311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/sass/overrides/_all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import 'toolbar';
@import 'table';
@import 'inpage_navigation';
@import 'js_throbbler';

button.link {
display: inline;
Expand Down
5 changes: 5 additions & 0 deletions resources/sass/overrides/_js_throbbler.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Remove default js ajax form elements for accessibility contrast error.
// -----------------------------------------------------------------------------
.js input.form-autocomplete {
background-image: none;
}

0 comments on commit dcf4311

Please sign in to comment.