Skip to content

Commit

Permalink
fix(pdf-viewer): wrong cursor in search panel
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and Juveniel committed May 12, 2023
1 parent 80b791a commit 1139f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/pdf-viewer/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
border-style: solid;
border-radius: $kendo-pdf-viewer-search-panel-border-radius;
z-index: 10;
cursor: default;
}

// Alias
Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/pdf-viewer/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
border-style: solid;
border-radius: var( --kendo-pdf-viewer-search-panel-border-radius, #{$kendo-pdf-viewer-search-panel-border-radius} );
z-index: 10;
cursor: default;
}

// Alias
Expand Down

0 comments on commit 1139f96

Please sign in to comment.