https://bugs.kde.org/show_bug.cgi?id=356037
--- Comment #16 from Nick Cross <k...@goots.org> --- I've found it hard to distinguish (I use the Breeze Dark theme on Fedora 31 with 5.17.5) but then discovered its possible to use css to alter it: QTabBar::tab { font: 8pt; height: 15px; padding: 5px; border: 0px; min-width: 100px } QTabBar::tab:selected { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #1e5799, stop: 0.01 #2989d8, stop: 0.11 rgb(45, 45, 45)); color: #4F89CC; /* Enable this to remove the blue line on selected tab */ /* background-color: rgb(45, 45, 45); */ } QTabBar::tab:hover { text-decoration: underline; } -- You are receiving this mail because: You are watching all bug changes.