mirror of https://github.com/zulip/zulip.git
Remove the scaling and box shadow on hovered price options.
This removes the scaling feature where a plan that a user hovers over would increase in size and have a box shadow. This used to be here because there was a clickable region that would pop open an overlay that would have more plan information, but that feature no longer exists.
This commit is contained in:
parent
75a011e432
commit
5c637b6452
|
@ -2323,13 +2323,6 @@ nav ul li.active::after {
|
|||
transition-timing-function: ease;
|
||||
}
|
||||
|
||||
.pricing-model .pricing-container .block > div:not(.plan-title):hover {
|
||||
box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
|
||||
|
||||
z-index: 2;
|
||||
transform: scale(1.03);
|
||||
}
|
||||
|
||||
.pricing-model .pricing-container .text-content {
|
||||
margin: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue