diff --git a/README.md b/README.md index 434dfdf..92a9f42 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ git clone https://git.licsber.site/ruby/open_explorer ## ChangeLog ``` -250823周六:(0.0.5)修改按钮出现位置;优化样式 +250823周六:(0.0.6)修改按钮出现位置;优化样式 250823周六:(0.0.1)基础功能 ``` diff --git a/app/views/hooks/_view_issues_show_details_bottom.html.erb b/app/views/hooks/_view_issues_show_details_bottom.html.erb index 1732082..d03b41e 100644 --- a/app/views/hooks/_view_issues_show_details_bottom.html.erb +++ b/app/views/hooks/_view_issues_show_details_bottom.html.erb @@ -31,8 +31,8 @@ overflow: hidden; } - .archive-button:active { - transform: translateY(0); + .archive-button:hover { + transform: translateY(-2px); } .archive-icon { diff --git a/init.rb b/init.rb index dd19ae2..1f812dc 100644 --- a/init.rb +++ b/init.rb @@ -2,7 +2,7 @@ Redmine::Plugin.register :open_explorer do name 'Open Explorer plugin' author 'licsber' description 'Open archive path using explorer.' - version '0.0.5' + version '0.0.6' url 'https://git.licsber.site/ruby/open_explorer' author_url 'https://licsber.site' end