mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 13:37:34 +03:00
make some elements non-selectable
This commit is contained in:
parent
e2d1777a19
commit
8ac1367e78
@ -61,6 +61,7 @@
|
||||
.viewport {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
user-select: none;
|
||||
}
|
||||
.contents {
|
||||
display: block;
|
||||
|
@ -78,6 +78,7 @@
|
||||
overflow-x: scroll;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
user-select: none;
|
||||
}
|
||||
.scroll-contents {
|
||||
display: flex;
|
||||
|
@ -206,6 +206,7 @@
|
||||
align-items: flex-start;
|
||||
height: 100%;
|
||||
padding: 0 var(--space-8);
|
||||
user-select: none;
|
||||
}
|
||||
.loading {
|
||||
display: flex;
|
||||
|
@ -278,6 +278,7 @@
|
||||
.branch-card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.branch-card__dropzone-wrapper {
|
||||
|
@ -271,6 +271,7 @@
|
||||
border: 1px solid var(--clr-theme-container-outline-light);
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.commit-modal__code-wrapper {
|
||||
|
@ -296,6 +296,7 @@
|
||||
border: 1px solid var(--clr-theme-container-outline-light);
|
||||
overflow-x: hidden;
|
||||
transition: border-color var(--transition-fast);
|
||||
user-select: text;
|
||||
}
|
||||
.hunk__inner_inner {
|
||||
/* TODO: Rename this class */
|
||||
|
Loading…
Reference in New Issue
Block a user