remove redundant property assignment in toolbar CSS
authorDan Allen <dan@opendevise.com>
Tue, 23 Jul 2019 05:49:00 +0000 (23:49 -0600)
committerDan Allen <dan@opendevise.com>
Tue, 23 Jul 2019 05:49:00 +0000 (23:49 -0600)
src/css/toolbar.css

index 3d44448..76da9e0 100644 (file)
@@ -12,8 +12,7 @@
   z-index: var(--z-index-toolbar);
 }
 
-.toolbar a,
-.toolbar a:visited {
+.toolbar a {
   color: inherit;
 }