mirror of https://github.com/zulip/zulip.git
styles: Remove duplicate properties.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
3bab1df0e7
commit
725ca116dd
|
@ -123,7 +123,6 @@ $alert-error-red: hsl(0, 80%, 40%);
|
|||
.code-context {
|
||||
color: hsl(0, 7%, 15%);
|
||||
background-color: hsl(0, 7%, 98%);
|
||||
background-color: hsl(0, 7%, 98%);
|
||||
box-shadow: inset 0px 11px 10px -10px hsl(0, 7%, 70%),
|
||||
inset 0px -11px 10px -10px hsl(0, 7%, 70%);
|
||||
|
||||
|
|
|
@ -281,7 +281,6 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
background-color: hsla(0, 0%, 13%, 0.8);
|
||||
|
|
|
@ -428,7 +428,6 @@ ul.topic-list {
|
|||
|
||||
ul.expanded_private_messages {
|
||||
list-style-type: none;
|
||||
font-weight: 300;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
margin-left: 0px;
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
|
||||
color: hsla(0, 0%, 100%, 0.8);
|
||||
font-size: 2rem;
|
||||
font-weight: 200;
|
||||
margin: 24px 20px 0px 0px;
|
||||
|
||||
transform: scaleY(0.75);
|
||||
|
|
|
@ -1170,7 +1170,6 @@ nav {
|
|||
margin: -300px auto 0px auto;
|
||||
|
||||
width: 600px;
|
||||
background-color: hsl(0, 0%, 98%);
|
||||
height: 350px;
|
||||
|
||||
padding: 10px 30px 10px 30px;
|
||||
|
@ -2467,7 +2466,6 @@ nav {
|
|||
top: auto;
|
||||
bottom: 10px;
|
||||
left: calc(50% - 17.5px);
|
||||
background-color: hsl(0, 0%, 80%);
|
||||
|
||||
border-radius: 8px;
|
||||
background-color: hsl(0, 0%, 13%);
|
||||
|
@ -2552,7 +2550,6 @@ nav {
|
|||
}
|
||||
|
||||
.portico-landing.plans .main .padded-content > h2 {
|
||||
color: hsl(0, 0%, 27%);
|
||||
text-align: center;
|
||||
|
||||
font-size: 1.5em;
|
||||
|
|
|
@ -158,7 +158,6 @@
|
|||
font-weight: 400;
|
||||
letter-spacing: 0.6px;
|
||||
border-radius: 4px;
|
||||
background-color: hsl(0, 0%, 89%);
|
||||
padding: 0 4px;
|
||||
margin-right: 10px;
|
||||
align-self: center;
|
||||
|
|
|
@ -119,7 +119,6 @@
|
|||
float: right;
|
||||
padding: 0 4px;
|
||||
background-color: hsl(105, 2%, 50%);
|
||||
border-radius: 0px;
|
||||
color: hsl(0, 0%, 100%);
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
|
|
|
@ -889,7 +889,6 @@ input[type="checkbox"] {
|
|||
.api_key .api-key-value-and-button {
|
||||
display: block;
|
||||
margin-left: 0px;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
white-space: normal;
|
||||
|
@ -906,7 +905,6 @@ input[type="checkbox"] {
|
|||
}
|
||||
|
||||
.field {
|
||||
font-weight: 300;
|
||||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
color: hsl(0, 0%, 67%);
|
||||
|
@ -1010,7 +1008,6 @@ input[type="checkbox"] {
|
|||
|
||||
.alert_word_listing .value {
|
||||
display: block;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
white-space: normal;
|
||||
|
|
|
@ -129,7 +129,6 @@
|
|||
.stream-email .email-address {
|
||||
display: block;
|
||||
margin: auto;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
white-space: normal;
|
||||
|
@ -1152,7 +1151,6 @@ ul.grey-box {
|
|||
left: 101%;
|
||||
|
||||
top: 45px;
|
||||
border-top: 1px solid hsl(0, 0%, 87%);
|
||||
background-color: hsl(0, 0%, 100%);
|
||||
border-top: none;
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ module.exports = {
|
|||
"property-no-unknown": [true, {ignoreProperties: [/^mso-/]}],
|
||||
|
||||
// Disable recommended rules we don't comply with yet
|
||||
"declaration-block-no-duplicate-properties": null,
|
||||
"declaration-block-no-shorthand-property-overrides": null,
|
||||
"font-family-no-missing-generic-family-keyword": null,
|
||||
"no-descending-specificity": null,
|
||||
|
|
Loading…
Reference in New Issue