ibusCandidatePopup: Make candidates reactive to pointer clicks
Allow for candidates to be selected by clicking on them. https://bugzilla.gnome.org/show_bug.cgi?id=691902
This commit is contained in:
@ -2126,6 +2126,10 @@ StScrollBar StButton#vhandle:active {
|
||||
background-color: rgba(255,255,255,0.2);
|
||||
}
|
||||
|
||||
.candidate-box:hover {
|
||||
border-radius: 4px;
|
||||
background-color: rgba(255,255,255,0.1);
|
||||
}
|
||||
.candidate-page-button-box {
|
||||
height: 2em;
|
||||
width: 80px;
|
||||
|
Reference in New Issue
Block a user