mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 10:00:51 +00:00
Add empty text for review title
This commit is contained in:
parent
b887217768
commit
8eeeed30d5
1 changed files with 4 additions and 0 deletions
|
@ -222,6 +222,10 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.monaco-editor .review-widget .head .review-title .filename:empty::after {
|
||||||
|
content: "Start discussion";
|
||||||
|
}
|
||||||
|
|
||||||
.monaco-editor .review-widget .head .review-title .dirname:not(:empty) {
|
.monaco-editor .review-widget .head .review-title .dirname:not(:empty) {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
|
|
Loading…
Reference in a new issue