Skip to content

Commit

Permalink
Change style for doc icon hover state.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnulleins committed Feb 23, 2024
1 parent bcd3f31 commit 49428f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://img.shields.io/badge/status-online-green">

*...because Excel can't export to JSON.*
_...because Excel can't export to JSON._

This online tool helps to convert Excel XLSX files **GDPR-friendly** to JSON with the following features:

Expand Down
9 changes: 6 additions & 3 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,16 @@ select {
}

#drop:hover .excel:after,
#drop:active .excel:after,
#drop:hover .csv:after,
#drop:active .csv:after {
#drop:active .excel:after {
background-color: var(--secondary);
content: "JSON";
}

#drop:hover .csv,
#drop:active .csv {
display: none;
}

.flex-container {
display: flex;
min-width: 1px;
Expand Down

0 comments on commit 49428f6

Please sign in to comment.