fix double colon
This commit is contained in:
parent
3db841ffa2
commit
38790d7249
1 changed files with 1 additions and 1 deletions
|
@ -123,6 +123,7 @@
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||||
}
|
}
|
||||||
|
|
||||||
#case-indicator {
|
#case-indicator {
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
|
@ -137,7 +138,6 @@
|
||||||
}
|
}
|
||||||
#textbox-prompt-colon {
|
#textbox-prompt-colon {
|
||||||
expand: false;
|
expand: false;
|
||||||
str: ":";
|
|
||||||
margin: 0px 0.3000em 0.0000em 0.0000em ;
|
margin: 0px 0.3000em 0.0000em 0.0000em ;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue