an-old-hope-syntax-atom icon indicating copy to clipboard operation
an-old-hope-syntax-atom copied to clipboard

Error. Variable missing

Open felixsanz opened this issue 7 years ago • 0 comments

Variable @syntax-result-marker-color; is used in base.less but it's missing its value.

atom-text-editor .search-results .marker .region,
:host .search-results .marker .region {
  background-color: transparent;
  border: 1px solid @syntax-result-marker-color;
}

felixsanz avatar Nov 30 '16 22:11 felixsanz