Projet

Général

Profil

0001-caen-mark-folded-cells-titles-on-focus-60765.patch

Serghei Mihai (congés, retour 15/05), 18 janvier 2022 11:54

Télécharger (691 octets)

Voir les différences:

Subject: [PATCH] caen: mark folded cells titles on focus (#60765)

 static/caen/_custom.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/caen/_custom.scss
297 297
		&.folded {
298 298
			> div > h2:first-child {
299 299
				background-color: $gray-light;
300
				&:focus-visible, &:focus {
301
					background-color: $orange;
302
					outline: none;
303
				}
300 304
			}
301 305
		}
302 306
	}
303
-