mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 10:48: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:
@@ -75,7 +75,7 @@
|
||||
.ui.active.tab {
|
||||
border: 1px solid #d4d4d5;
|
||||
padding: .5em;
|
||||
border-radius: 0 .28571429rem .28571429rem .28571429rem;
|
||||
border-radius: 0 .28571429rem .28571429rem;
|
||||
}
|
||||
|
||||
.ui.active.markdown.tab {
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
.footer {
|
||||
border-top: 1px solid #f1f1f1;
|
||||
padding: 10px 0 10px 0;
|
||||
padding: 10px 0;
|
||||
|
||||
.markdown-info {
|
||||
display: inline-block;
|
||||
|
Reference in New Issue
Block a user