mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
13 lines
130 B
CSS
13 lines
130 B
CSS
* {
|
|
-GtkWidget-focus-line-width: 0;
|
|
padding: 0
|
|
}
|
|
|
|
#test {
|
|
-GtkWidget-focus-line-width: 20
|
|
}
|
|
|
|
#reference {
|
|
padding: 20px
|
|
}
|