Projet

Général

Profil

0001-style-consider-inputs-with-a-name-ending-with-url-as.patch

Frédéric Péters, 28 février 2020 08:34

Télécharger (827 octets)

Voir les différences:

Subject: [PATCH] style: consider inputs with a name ending with -url as URL
 fields (#40253)

 gadjo/static/css/_forms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
gadjo/static/css/_forms.scss
175 175
	}
176 176
}
177 177

  
178
input[type="text"][name$="_url"], input[type="url"] {
178
input[type="text"][name$="_url"], input[type="text"][name$="-url"], input[type="url"] {
179 179
	width: 100%;
180 180
}
181 181

  
182
-