mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Highlight var refactor (#20026)
* Add new color vars * Select-kit > use new color vars * update all color schemes with values for new hover/select vars * Add variable yml names
This commit is contained in:
@@ -5166,6 +5166,12 @@ en:
|
||||
love:
|
||||
name: "love"
|
||||
description: "The like button's color."
|
||||
selected:
|
||||
name: "selected"
|
||||
description: "The background-color of elements such as list-items when they are selected/active."
|
||||
hover:
|
||||
name: "hover"
|
||||
description: "The background-color of elements such as list-items when they are hovered on or have keyboard focus."
|
||||
robots:
|
||||
title: "Override your site's robots.txt file:"
|
||||
warning: "This will permanently override any related site settings."
|
||||
|
||||
Reference in New Issue
Block a user