styles: Remove duplicate properties.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-08-05 17:09:36 -07:00 committed by Tim Abbott
parent 3bab1df0e7
commit 725ca116dd
10 changed files with 0 additions and 15 deletions

View File

@ -123,7 +123,6 @@ $alert-error-red: hsl(0, 80%, 40%);
.code-context { .code-context {
color: hsl(0, 7%, 15%); color: hsl(0, 7%, 15%);
background-color: hsl(0, 7%, 98%); background-color: hsl(0, 7%, 98%);
background-color: hsl(0, 7%, 98%);
box-shadow: inset 0px 11px 10px -10px hsl(0, 7%, 70%), box-shadow: inset 0px 11px 10px -10px hsl(0, 7%, 70%),
inset 0px -11px 10px -10px hsl(0, 7%, 70%); inset 0px -11px 10px -10px hsl(0, 7%, 70%);

View File

@ -281,7 +281,6 @@
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
background-color: hsla(0, 0%, 13%, 0.8); background-color: hsla(0, 0%, 13%, 0.8);

View File

@ -428,7 +428,6 @@ ul.topic-list {
ul.expanded_private_messages { ul.expanded_private_messages {
list-style-type: none; list-style-type: none;
font-weight: 300;
font-size: 13px; font-size: 13px;
font-weight: 400; font-weight: 400;
margin-left: 0px; margin-left: 0px;

View File

@ -43,7 +43,6 @@
color: hsla(0, 0%, 100%, 0.8); color: hsla(0, 0%, 100%, 0.8);
font-size: 2rem; font-size: 2rem;
font-weight: 200;
margin: 24px 20px 0px 0px; margin: 24px 20px 0px 0px;
transform: scaleY(0.75); transform: scaleY(0.75);

View File

@ -1170,7 +1170,6 @@ nav {
margin: -300px auto 0px auto; margin: -300px auto 0px auto;
width: 600px; width: 600px;
background-color: hsl(0, 0%, 98%);
height: 350px; height: 350px;
padding: 10px 30px 10px 30px; padding: 10px 30px 10px 30px;
@ -2467,7 +2466,6 @@ nav {
top: auto; top: auto;
bottom: 10px; bottom: 10px;
left: calc(50% - 17.5px); left: calc(50% - 17.5px);
background-color: hsl(0, 0%, 80%);
border-radius: 8px; border-radius: 8px;
background-color: hsl(0, 0%, 13%); background-color: hsl(0, 0%, 13%);
@ -2552,7 +2550,6 @@ nav {
} }
.portico-landing.plans .main .padded-content > h2 { .portico-landing.plans .main .padded-content > h2 {
color: hsl(0, 0%, 27%);
text-align: center; text-align: center;
font-size: 1.5em; font-size: 1.5em;

View File

@ -158,7 +158,6 @@
font-weight: 400; font-weight: 400;
letter-spacing: 0.6px; letter-spacing: 0.6px;
border-radius: 4px; border-radius: 4px;
background-color: hsl(0, 0%, 89%);
padding: 0 4px; padding: 0 4px;
margin-right: 10px; margin-right: 10px;
align-self: center; align-self: center;

View File

@ -119,7 +119,6 @@
float: right; float: right;
padding: 0 4px; padding: 0 4px;
background-color: hsl(105, 2%, 50%); background-color: hsl(105, 2%, 50%);
border-radius: 0px;
color: hsl(0, 0%, 100%); color: hsl(0, 0%, 100%);
font-size: 12px; font-size: 12px;
line-height: 14px; line-height: 14px;

View File

@ -889,7 +889,6 @@ input[type="checkbox"] {
.api_key .api-key-value-and-button { .api_key .api-key-value-and-button {
display: block; display: block;
margin-left: 0px; margin-left: 0px;
white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
word-break: break-all; word-break: break-all;
white-space: normal; white-space: normal;
@ -906,7 +905,6 @@ input[type="checkbox"] {
} }
.field { .field {
font-weight: 300;
text-transform: uppercase; text-transform: uppercase;
font-weight: 600; font-weight: 600;
color: hsl(0, 0%, 67%); color: hsl(0, 0%, 67%);
@ -1010,7 +1008,6 @@ input[type="checkbox"] {
.alert_word_listing .value { .alert_word_listing .value {
display: block; display: block;
white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
word-break: break-all; word-break: break-all;
white-space: normal; white-space: normal;

View File

@ -129,7 +129,6 @@
.stream-email .email-address { .stream-email .email-address {
display: block; display: block;
margin: auto; margin: auto;
white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
word-break: break-all; word-break: break-all;
white-space: normal; white-space: normal;
@ -1152,7 +1151,6 @@ ul.grey-box {
left: 101%; left: 101%;
top: 45px; top: 45px;
border-top: 1px solid hsl(0, 0%, 87%);
background-color: hsl(0, 0%, 100%); background-color: hsl(0, 0%, 100%);
border-top: none; border-top: none;

View File

@ -8,7 +8,6 @@ module.exports = {
"property-no-unknown": [true, {ignoreProperties: [/^mso-/]}], "property-no-unknown": [true, {ignoreProperties: [/^mso-/]}],
// Disable recommended rules we don't comply with yet // Disable recommended rules we don't comply with yet
"declaration-block-no-duplicate-properties": null,
"declaration-block-no-shorthand-property-overrides": null, "declaration-block-no-shorthand-property-overrides": null,
"font-family-no-missing-generic-family-keyword": null, "font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null, "no-descending-specificity": null,