Skip to content

Commit

Permalink
bump to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Oct 1, 2021
1 parent 7b71e73 commit 9fa90f8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
6 changes: 3 additions & 3 deletions hint.base.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Hint.css (base version) - v2.6.0 - 2019-04-27
* http://kushagragour.in/lab/hint/
* Copyright (c) 2019 Kushagra Gour */
/*! Hint.css (base version) - v2.7.0 - 2021-10-01
* https://kushagra.dev/lab/hint/
* Copyright (c) 2021 Kushagra Gour */

/*-------------------------------------*\
HINT.css - A CSS tooltip library
Expand Down
6 changes: 3 additions & 3 deletions hint.base.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions hint.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! Hint.css - v2.6.0 - 2019-04-27
* http://kushagragour.in/lab/hint/
* Copyright (c) 2019 Kushagra Gour */
/*! Hint.css - v2.7.0 - 2021-10-01
* https://kushagra.dev/lab/hint/
* Copyright (c) 2021 Kushagra Gour */

/*-------------------------------------*\
HINT.css - A CSS tooltip library
Expand Down Expand Up @@ -650,3 +650,6 @@
.hint--no-shadow:before, .hint--no-shadow:after {
text-shadow: initial;
box-shadow: initial; }

.hint--no-arrow:before {
display: none; }
Loading

0 comments on commit 9fa90f8

Please sign in to comment.