Skip to content

Commit

Permalink
style(pdf-reader): comment out button styling for document properties…
Browse files Browse the repository at this point in the history
… close

- Remove background-color and transition properties from #documentPropertiesClose button
- Add comments to indicate removed styles
  • Loading branch information
mustakshif committed Dec 8, 2024
1 parent 5ac795b commit c207b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions style/typography/pdf-reader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@

#documentPropertiesClose {
@include button-action('primary') {
background-color: transparent;
transition: 0.2s;
// background-color: transparent;
// transition: 0.2s;

&:hover,
&:active,
Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

0 comments on commit c207b70

Please sign in to comment.