Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
Fix unselectable bug that caused by delete button.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirn committed Jan 14, 2011
1 parent 479162a commit b51b05a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.3.2</string>
<key>CFBundleVersion</key>
<string>4.4</string>
<string>4.5</string>
<key>Chrome</key>
<dict>
<key>Context Menu Items</key>
Expand Down
5 changes: 3 additions & 2 deletions manage/manage.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ aside a.selector.current {
}

aside li a.delete {
display: none;
display: block;
position: absolute;
visibility: hidden;
top: 50%; right: 8px; bottom: auto; left: auto;
margin: 0; margin-top: -7px;
width: 14px;
Expand All @@ -106,7 +107,7 @@ aside li a.delete {
}

aside li:hover a.delete {
display: block;
visibility: visible;
}

aside li a.delete:hover {
Expand Down

0 comments on commit b51b05a

Please sign in to comment.