https://github.com/opencv/cvat
Raw File
Tip revision: c19ea38257894f4e4d02526c8d4cfb1d85d35f09 authored by Boris Sekachev on 25 October 2023, 10:24:32 UTC
Fixed: a mask becomes visible even if hidden after changing opacity level (#7060)
Tip revision: c19ea38
.stylelintrc.json
{
  "extends": "stylelint-config-standard-scss",
  "rules": {
    "scss/comment-no-empty": null,
    "value-keyword-case": null,
    "color-function-notation": ["legacy"],
    "scss/at-extend-no-missing-placeholder": null,
    "no-descending-specificity": null
  },
  "ignoreFiles": ["**/*.js", "**/*.ts", "**/*.py"]
}
back to top