10 lines
207 B
CSS
Raw Normal View History

2021-01-09 17:30:42 +00:00
.button.text-only-button:hover{
color: @selected_bg_color;
}
.button.text-only-button:active,
.button.text-only-button:active:hover {
color: @selected_bg_color;
background-color: transparent;
}