From 0ca0d843f8b82d0906e7f2af6d4735992729dadf Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 28 Feb 2013 18:46:40 +0000 Subject: [PATCH] Twenty Thirteen: usability improvement for calendar widget links. Props MikeHansenMe, fixes #23606. git-svn-id: https://develop.svn.wordpress.org/trunk@23525 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 73d13f0e1a..4bb24ded54 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2513,7 +2513,11 @@ footer.entry-meta { } .widget_calendar a { - padding: 4px 0; + display: block; +} + +.widget_calendar a:hover{ + background-color: rgba(0, 0, 0, 0.15); } .widget_calendar tbody td {