1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Enable stylelint's shorthand-property-no-redundant-values (#11436)

Enabled the rule and --fix'ed issues.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
silverwind
2020-05-20 06:06:04 +02:00
committed by GitHub
parent 34e6a4e057
commit 9e0e2a9fcf
5 changed files with 13 additions and 12 deletions

View File

@@ -426,12 +426,12 @@
}
img {
padding: 5px 5px 0 5px;
padding: 5px 5px 0;
}
}
.plain-text {
padding: 1em 2em 1em 2em;
padding: 1em 2em;
pre {
word-break: break-word;
@@ -1486,7 +1486,7 @@
height: 12px;
width: 40px;
display: inline-block;
margin: 2px 4px 0 4px;
margin: 2px 4px 0;
vertical-align: text-top;
.add {
@@ -1638,7 +1638,7 @@
&.file-content {
img {
max-width: 100%;
padding: 5px 5px 0 5px;
padding: 5px 5px 0;
}
img.emoji {
padding: 0;
@@ -2181,7 +2181,7 @@
> .item {
float: left;
padding: .5rem .5rem !important;
padding: .5rem !important;
font-size: 1.5em;
width: 45px;
left: 13px;
@@ -2498,7 +2498,7 @@
&:not(:first-child) {
border-top: 1px solid #eaeaea;
padding: 1rem;
margin: 15px -1rem -1rem -1rem;
margin: 15px -1rem -1rem;
}
> .svg {
@@ -2581,7 +2581,7 @@
.precolors {
padding-left: 0;
padding-right: 0;
margin: 3px 10px auto 10px;
margin: 3px 10px auto;
width: 120px;
.color {