Added missing selector #4350

This commit is contained in:
Morgan Hardwood 2018-02-02 15:57:22 +01:00
parent db3111b0d3
commit d91f177f57

View File

@ -520,6 +520,6 @@ GtkToggleButton.button.text-button:checked {
background-image: linear-gradient(to bottom, rgba(30,30,30,.3), rgba(0,0,0,.4));
}
GtkToggleButton.text-button:hover:checked {
GtkToggleButton.button.text-button:hover:checked {
background-image: linear-gradient(to bottom, rgba(48,48,48,.3), rgba(0,0,0,.3));
}