We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If an error in the model is present, indicate it with a red-colored bar:
Green-colored bar when no errors are present:
Possible solution: .ace_gutter { background-color: rgba(255, 0, 0, 0.2); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If an error in the model is present, indicate it with a red-colored bar:
![image](https://user-images.githubusercontent.com/5592940/74136540-81c9b100-4bee-11ea-9d3e-1644ff96e724.png)
Green-colored bar when no errors are present:
![image](https://user-images.githubusercontent.com/5592940/74136636-b0e02280-4bee-11ea-84ed-cb2476fafa9e.png)
Possible solution:
.ace_gutter {
background-color: rgba(255, 0, 0, 0.2);
}
The text was updated successfully, but these errors were encountered: