From 53e42c0c0ed2876a0161a71bea17a5927f543fa9 Mon Sep 17 00:00:00 2001 From: Kendall Werts Date: Tue, 25 Feb 2020 18:32:57 -0600 Subject: [PATCH] css linting --- src/css/popup.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index a6f6494..eaf94dd 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -260,7 +260,6 @@ table { padding-block-start: 16px; } -/*.column-panel-content .button,*/ .panel-footer .button { align-items: center; block-size: 100%; @@ -360,7 +359,6 @@ manage things like container crud */ justify-content: center; } -/*.pop-button a,*/ .panel-footer a { text-decoration: none; } @@ -647,6 +645,7 @@ body { font-size: 13px; inline-size: 320px; letter-spacing: -0.1px; + --highlight-blue: #1296f8; --hr-grey: #e3e3e3; --text-grey: #737373; @@ -904,4 +903,4 @@ tr > td > .trash-button { tr:hover > td > .trash-button { display: block; -} \ No newline at end of file +}