From 558cf0715a8e0555c8b94c737642fdaca62e9e08 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Tue, 13 Dec 2022 01:54:16 -0700 Subject: [PATCH] Fix wrong border radius location on new plans page group and student table (#10874) GitOrigin-RevId: 744b81b3e5a7b189dc1e86efd00680901a53b494 --- services/web/frontend/stylesheets/app/plans-v2.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/plans-v2.less b/services/web/frontend/stylesheets/app/plans-v2.less index 06212bae76..47e9993946 100644 --- a/services/web/frontend/stylesheets/app/plans-v2.less +++ b/services/web/frontend/stylesheets/app/plans-v2.less @@ -417,7 +417,7 @@ span.plans-v2-license-picker-educational-discount-learn-more-container { } } - td:nth-last-child(2) { + td:last-child { background-color: @ol-blue-gray-0; .plans-v2-table-cell {