forked from AuroraMiddleware/gtk
Adwaita: Make text handles a bit larger
This improves visibility, and interaction, as the invisible rect around is dependent on the visible handle size
This commit is contained in:
parent
025340bfc4
commit
97137da6e5
@ -35,6 +35,9 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
-GtkWidget-focus-padding: 2; // FIXME: do we still need these?
|
||||
-GtkWidget-focus-line-width: 1; //
|
||||
|
||||
-GtkWidget-text-handle-width: 20;
|
||||
-GtkWidget-text-handle-height: 20;
|
||||
|
||||
-GtkDialog-button-spacing: 4;
|
||||
-GtkDialog-action-area-border: 0;
|
||||
|
||||
|
@ -16,6 +16,8 @@
|
||||
-GtkWidget-visited-link-color: #2a76c6;
|
||||
-GtkWidget-focus-padding: 2;
|
||||
-GtkWidget-focus-line-width: 1;
|
||||
-GtkWidget-text-handle-width: 20;
|
||||
-GtkWidget-text-handle-height: 20;
|
||||
-GtkDialog-button-spacing: 4;
|
||||
-GtkDialog-action-area-border: 0;
|
||||
-GtkStatusbar-shadow-type: none;
|
||||
|
@ -16,6 +16,8 @@
|
||||
-GtkWidget-visited-link-color: #215d9c;
|
||||
-GtkWidget-focus-padding: 2;
|
||||
-GtkWidget-focus-line-width: 1;
|
||||
-GtkWidget-text-handle-width: 20;
|
||||
-GtkWidget-text-handle-height: 20;
|
||||
-GtkDialog-button-spacing: 4;
|
||||
-GtkDialog-action-area-border: 0;
|
||||
-GtkStatusbar-shadow-type: none;
|
||||
|
Loading…
Reference in New Issue
Block a user