Projet

Général

Profil

0001-scss-keep-dialog-close-button-focus-ring-69761.patch

Frédéric Péters, 30 septembre 2022 15:56

Télécharger (726 octets)

Voir les différences:

Subject: [PATCH] scss: keep dialog close button focus ring (#69761)

 static/includes/_jqueryui.scss | 1 -
 1 file changed, 1 deletion(-)
static/includes/_jqueryui.scss
152 152
			padding: 0;
153 153
			color: transparent;
154 154
			margin-right: 0;
155
			outline: none;
156 155
			.ui-icon-closethick::after {
157 156
				color: #333;
158 157
				content: "\f00d";  // fa-times
159
-