fix double colon

This commit is contained in:
Rasmus Steinke 2017-11-07 17:27:41 +01:00
parent 3db841ffa2
commit 38790d7249

View file

@ -123,6 +123,7 @@
padding: 1px;
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
#case-indicator {
spacing: 0;
text-color: @normal-foreground;
@ -137,7 +138,6 @@
}
#textbox-prompt-colon {
expand: false;
str: ":";
margin: 0px 0.3000em 0.0000em 0.0000em ;
text-color: inherit;
}