Skip to content

Commit

Permalink
refactor(css): Remove unneeded !important and dead code from CSS (#946
Browse files Browse the repository at this point in the history
)

!important is no longer needed now that rikaikun is isolated from outside world.
  • Loading branch information
melink14 authored Apr 2, 2022
1 parent 1d2b084 commit 4f6374b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions extension/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ table {
/* stylelint-disable-next-line no-duplicate-selectors */
#rikaikun-shadow {
background: var(--primary-background-color);
border: 1px solid #d0d0d0 !important;
border: 1px solid #d0d0d0;
border-radius: 5px;
color: var(--primary-color);
font: normal 14px sans-serif;
Expand Down Expand Up @@ -232,19 +232,6 @@ table {
font-size: 12px;
}

.q-w {
/* unused */
border-right: 1px dotted #b0b0b0 !important;
min-width: 300px;
padding: 0 2px;
vertical-align: top;
}

.q-k {
padding: 0 2px;
vertical-align: top;
}

.small-info {
font: small-caption;
}

0 comments on commit 4f6374b

Please sign in to comment.