Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b7a7983b authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Replace CSS variable --border-radius-pill with value



--border-radius-pill isn't available on NC14.

Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent 7aace101
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@
}

#datepicker table tbody button.active {
	border-radius: var(--border-radius-pill);
	border-radius: 100px; /* --border-radius-pill CSS Variable is not available in NC14 */
	background-color: $color-primary;
	color: $color-primary-text;
	font-weight: bold;