set button font size to inherit by default
authorDan Allen <dan@opendevise.com>
Thu, 18 Jul 2019 10:07:21 +0000 (04:07 -0600)
committerDan Allen <dan@opendevise.com>
Thu, 18 Jul 2019 10:07:46 +0000 (04:07 -0600)
src/css/base.css
src/css/page-versions.css

index 9362b9d..33b7df9 100644 (file)
@@ -49,3 +49,7 @@ strong,
 th {
   font-weight: 500;
 }
+
+button {
+  font-size: inherit;
+}
index 25146f8..5b84d79 100644 (file)
@@ -13,7 +13,6 @@
 .page-versions .version-menu-toggle {
   color: inherit;
   font-family: inherit;
-  font-size: inherit;
   background: url(../img/chevron.svg) no-repeat;
   background-position: right 0.5rem top 50%;
   background-size: auto 0.75em;