From 069ca1a97b52a54c93d9cd15acde1a14dda595b1 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 8 Sep 2021 20:12:26 -0400 Subject: Anki field templates suggestions (#1940) * Remove unused * Bold the suggested default field value --- ext/css/material.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/css') diff --git a/ext/css/material.css b/ext/css/material.css index 702215bd..92d4fcdb 100644 --- a/ext/css/material.css +++ b/ext/css/material.css @@ -1261,6 +1261,9 @@ button.popup-menu-item { font-family: inherit; align-items: center; } +button.popup-menu-item.popup-menu-item-bold { + font-weight: bold; +} button.popup-menu-item:not([hidden]) { display: flex; } -- cgit v1.2.3