summaryrefslogtreecommitdiff
path: root/ext/css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-09-08 20:12:26 -0400
committerGitHub <noreply@github.com>2021-09-08 20:12:26 -0400
commit069ca1a97b52a54c93d9cd15acde1a14dda595b1 (patch)
treec02df5b15b7b7b0c4fefdb5e17b78ce15a5a3696 /ext/css
parent6b566e032940482642fce9ab9a3a90c7ff49841c (diff)
Anki field templates suggestions (#1940)
* Remove unused * Bold the suggested default field value
Diffstat (limited to 'ext/css')
-rw-r--r--ext/css/material.css3
1 files changed, 3 insertions, 0 deletions
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;
}