mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
Disable text selection on tab bar and block headers (#38)
This commit is contained in:
parent
4293c749c4
commit
525f20ba81
@ -30,6 +30,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: var(--panel-bg-color);
|
background-color: var(--panel-bg-color);
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
.block-header-text {
|
.block-header-text {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
border-bottom: 1px solid var(--border-color);
|
border-bottom: 1px solid var(--border-color);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
.tab {
|
.tab {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user