Skip to content
Snippets Groups Projects
Commit 9c7f4543 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Added style to handle [cnv] border discrepancy

parent 509f2ba6
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,12 @@ text {
stroke: #ccc;
}
.iemgui .border {
/* A little hack for special canvas of [cnv].
All other iemguis have a black border, but
[cnv] sets its selection rectangle to the
user-supplied fill color when the object
isn't selected */
.iemgui .border:not(.mycanvas_border) {
stroke: black;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment