promote more button styles to base
authorDan Allen <dan@opendevise.com>
Thu, 18 Jul 2019 11:11:36 +0000 (05:11 -0600)
committerDan Allen <dan@opendevise.com>
Thu, 18 Jul 2019 11:11:58 +0000 (05:11 -0600)
src/css/base.css
src/css/header.css
src/css/nav.css
src/css/page-versions.css
src/css/toolbar.css

index 33b7df9..6983fc2 100644 (file)
@@ -51,5 +51,7 @@ th {
 }
 
 button {
+  cursor: pointer;
   font-size: inherit;
+  line-height: inherit;
 }
index 8c19082..0c7c56e 100644 (file)
@@ -66,8 +66,6 @@ body {
   background: none;
   border: none;
   outline: none;
-  cursor: pointer;
-  display: block;
   height: var(--navbar-height);
   position: relative;
   /* width: var(--navbar-height); */
index 550d46b..34be5cd 100644 (file)
@@ -151,7 +151,6 @@ html.is-clipped--nav {
   background: transparent url(../img/caret.svg) no-repeat center;
   background-size: 55%;
   border: none;
-  cursor: pointer;
   outline: none;
   position: absolute;
   height: 1.4em; /* NOTE must match line-height of text; slightly tweaked for alignment */
index 5b84d79..636d138 100644 (file)
@@ -18,7 +18,6 @@
   background-size: auto 0.75em;
   border: none;
   outline: none;
-  cursor: pointer;
   padding: 0.35rem 1.5rem 0.35rem 0.5rem;
   position: relative;
   z-index: var(--z-index-page-version-menu);
index 2b2075b..1505680 100644 (file)
@@ -22,8 +22,6 @@
   background-size: 49%;
   border: none;
   outline: none;
-  cursor: pointer;
-  display: block;
   height: 2.5rem;
   padding: 0;
   width: 2.5rem;