Projet

Général

Profil

0001-css-add-cursor-pointer-to-role-button-53784.patch

Thomas Jund, 05 mai 2021 16:36

Télécharger (591 octets)

Voir les différences:

Subject: [PATCH] css: add cursor pointer to [role=button] (#53784)

 gadjo/static/css/gadjo.scss | 4 ++++
 1 file changed, 4 insertions(+)
gadjo/static/css/gadjo.scss
72 72
	}
73 73
}
74 74

  
75
[role=button] {
76
	cursor: pointer;
77
}
78

  
75 79
dl dt {
76 80
	margin : 0;
77 81
	padding : 0 0 0 0;
78
-