Projet

Général

Profil

0001-css-forms-simplify-input-selector-44099.patch

Thomas Jund, 30 juin 2020 11:43

Télécharger (997 octets)

Voir les différences:

Subject: [PATCH] css: forms: simplify input selector (#44099)

 static/includes/_forms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_forms.scss
161 161
	}
162 162
}
163 163

  
164
input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="number"], input[type="search"], input[type="file"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select {
164
input, input[type="search"], textarea, select {
165 165
	background: $widget-background;
166 166
	color: $widget-color;
167 167
	border: $widget-border;
168
-