diff --git a/static/v2/css/widgets/w_route_card.css b/static/v2/css/widgets/w_route_card.css index c03d081..c92b02e 100644 --- a/static/v2/css/widgets/w_route_card.css +++ b/static/v2/css/widgets/w_route_card.css @@ -494,7 +494,7 @@ justify-content: center; text-align: unset; } - &:not(&.inactive) and &:not(&.unhovered){ + &:not(&.inactive):not(&.unhovered){ &:hover{ background: var(--route-btn-hover-bg); .route_btn_title{color: var(--route-btn-hover-text-color);} diff --git a/static/v2/css/widgets/w_select_country.css b/static/v2/css/widgets/w_select_country.css index 0c0c965..25d7947 100644 --- a/static/v2/css/widgets/w_select_country.css +++ b/static/v2/css/widgets/w_select_country.css @@ -3,7 +3,7 @@ --header-padding: 20px 10px; --select-border: #E6E6E6; --select-border-radius: 10px 10px 0 0; - --select-height: 68px; + --select-height: 60px; &.closed{ --select-border-radius: 10px;