Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit ce799ad

Browse files
sevokumonojenkins
authored andcommitted
[Ide][Mac] Make link label focus more visible
This depends on mono/xamarin-gtk-theme#34 Fixes VSTS #750448
1 parent 8fee0ec commit ce799ad

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

main/src/core/MonoDevelop.Ide/gtkrc.mac

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,14 @@ style "spin-button" = "wider"
465465
style "link-label-fix"
466466
{
467467
base[PRELIGHT] = @bg_color # disable link hover background
468+
GtkWidget::focus-padding = 0
469+
470+
engine "xamarin" {
471+
rgba = TRUE
472+
roundness = 0
473+
focusstyle = 2
474+
focus_color = @focus_ring_color
475+
}
468476
}
469477

470478

main/src/core/MonoDevelop.Ide/gtkrc.mac-dark

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,14 @@ style "spin-button" = "wider"
426426
style "link-label-fix"
427427
{
428428
base[PRELIGHT] = @bg_color # disable link hover background
429+
GtkWidget::focus-padding = 0
430+
431+
engine "xamarin" {
432+
rgba = TRUE
433+
roundness = 0
434+
focusstyle = 2
435+
focus_color = @focus_ring_color
436+
}
429437
}
430438

431439

0 commit comments

Comments
 (0)