github.com/google/safehtml.StyleProperties.BackgroundColor (field)

3 uses

	github.com/google/safehtml (current package)
		style.go#L132: 	BackgroundColor    string
		style.go#L201: 	if properties.BackgroundColor != "" {
		style.go#L202: 		fmt.Fprintf(&buf, "background-color:%s;", filter(properties.BackgroundColor, safeRegularPropertyValuePattern))