c467b2ae99
- Hide tooltips by workaround (opacity and font size) - Enable mouse key buttons on onboard keyboard by default (eases right-clicking)
4 lines
46 B
CSS
4 lines
46 B
CSS
tooltip {
|
|
opacity: 0;
|
|
font-size: 0;
|
|
}
|