Skip to content

Commit

Permalink
Admin: Remove hover effect. Closes beaulebens#79
Browse files Browse the repository at this point in the history
  • Loading branch information
Beau Lebens committed Feb 28, 2021
1 parent acca99a commit dc54bf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin-ui.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function column_actions( $row ) {
$kr_test_nonce = wp_create_nonce( 'keyring-test' );
$test_nonce = wp_create_nonce( 'keyring-test-' . $row->get_service()->get_name() . '-' . $row->get_uniq_id() );

echo '<span class="row-actions">';
echo '<span class="row-actions visible">';
echo '<span class="trash"><a href="' . Keyring_Util::admin_url(
false,
array(
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ Add files to includes/services/extended/ that either implement one of the includ
== Changelog ==

= =
* Enhancement BREAKING: LinkedIn now uses OAuth2. Props @glendaviesnz.
* Enhancement: BREAKING: Removed delicious service (they have shut down completely). Props @sanmai.
* Enhancement: BREAKING: LinkedIn now uses OAuth2. Props @glendaviesnz.
* Enhancement: `fetch_profile_picture` method added to Twitter service. Props @glendaviesnz.
* Enhancement: Added a GitHub Service definition, props @alperakgun.
* Enhancement: Added a Google Drive Service definition, props @scruffian.
Expand All @@ -126,6 +127,8 @@ Add files to includes/services/extended/ that either implement one of the includ
* Bugfix: Ensure that `PUT` requests have a `Content-Length` header set. Props @glendaviesnz.
* Bugfix: Compatibility with more recent versions of PHP7, and PHP8.
* Bugfix: Apply keyring_access_token filter properly in Instapaper.
* Bugfix: Remove redunant `is_service` check (enforced via method call signature). Props @sanmai.
* Bugfix: Remove hover event on action links in Service listing UI.

= 2.0 =
* Bugfix BREAKING: Remove invalid reference to $this in error handler. Changes number of params passed to keyring_error action.
Expand Down

0 comments on commit dc54bf8

Please sign in to comment.