-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix text colour in Merge dialogue (#5521)
* Fix text colour in Merge dialogue fixes: #5516 * Update changelog fixes: #5516 * Fix changelog to use American spelling Code review change * Move CSS to Dark so that Light theme is not affected * Fix color of radio button in merge dialog
- Loading branch information
1 parent
b9dd815
commit 9d208fa
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,11 @@ | |
-fx-fill: darkgreen; | ||
} | ||
|
||
.text-unchanged { | ||
|
||
} | ||
|
||
.text-added { | ||
-fx-fill: blue; | ||
} | ||
|
||
.text-removed { | ||
-fx-fill: red; | ||
} | ||
|