mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 07:44:25 +00:00
21d496364a
- Convert all tooltips to JS-based ones, fixing overflow issues - Restyle issue dependencies/dependants - Move popup styles to base style - CSS Helper tweaks - Unify pseudo element selectors and lint for it Fixes: https://github.com/go-gitea/gitea/issues/13400
16 lines
482 B
YAML
16 lines
482 B
YAML
extends: stylelint-config-standard
|
|
|
|
rules:
|
|
at-rule-empty-line-before: null
|
|
block-closing-brace-empty-line-before: null
|
|
color-hex-length: null
|
|
comment-empty-line-before: null
|
|
declaration-block-single-line-max-declarations: null
|
|
declaration-empty-line-before: null
|
|
indentation: 2
|
|
no-descending-specificity: null
|
|
number-leading-zero: never
|
|
rule-empty-line-before: null
|
|
selector-pseudo-element-colon-notation: double
|
|
shorthand-property-no-redundant-values: true
|