mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +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:
parent
34e6a4e057
commit
9e0e2a9fcf
5 changed files with 13 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue