Fix missing hover effects for hosting and tools tiles to match Pro Plugins section
This commit is contained in:
@ -1427,4 +1427,15 @@ body.wp-admin .button.pricing-button:hover,
|
||||
box-sizing: border-box;
|
||||
margin: 0 0 25px 0 !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Ensure consistent hover styles across all tab tile layouts */
|
||||
.wpa-pro-plugin:hover,
|
||||
#pro .wpa-pro-plugin:hover,
|
||||
#hosting .wpa-pro-plugin:hover,
|
||||
#tools .wpa-pro-plugin:hover,
|
||||
#recommended .plugin-card:hover {
|
||||
border-color: #2271b1 !important;
|
||||
box-shadow: 0 2px 6px rgba(0,0,0,0.15) !important;
|
||||
transition: all 0.2s ease !important;
|
||||
}
|
Reference in New Issue
Block a user