Skip to content

Commit

Permalink
css linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallcorner committed Feb 28, 2020
1 parent 50f5d92 commit 0290eb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ table {
padding-block-start: 16px;
}

/*.column-panel-content .button,*/
.panel-footer .button {
align-items: center;
block-size: 100%;
Expand Down Expand Up @@ -360,7 +359,6 @@ manage things like container crud */
justify-content: center;
}

/*.pop-button a,*/
.panel-footer a {
text-decoration: none;
}
Expand Down Expand Up @@ -647,6 +645,7 @@ body {
font-size: 13px;
inline-size: 320px;
letter-spacing: -0.1px;

--highlight-blue: #1296f8;
--hr-grey: #e3e3e3;
--text-grey: #737373;
Expand Down Expand Up @@ -904,4 +903,4 @@ tr > td > .trash-button {

tr:hover > td > .trash-button {
display: block;
}
}

0 comments on commit 0290eb1

Please sign in to comment.