test fix for the ticket title
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
}
|
||||
|
||||
/* Blinking cursor effect for active inputs */
|
||||
.title-input:not(:disabled)::after,
|
||||
.title-input[contenteditable="true"]::after,
|
||||
textarea[data-field="description"]:not(:disabled)::after {
|
||||
content: '█';
|
||||
color: var(--terminal-green);
|
||||
@@ -367,31 +367,31 @@ textarea[data-field="description"]:not(:disabled)::after {
|
||||
margin: 0;
|
||||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
white-space: normal;
|
||||
display: block;
|
||||
background: transparent;
|
||||
color: var(--terminal-green);
|
||||
line-height: 1.4;
|
||||
min-height: fit-content;
|
||||
height: auto;
|
||||
resize: none;
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
min-height: 1.4em;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.title-input:not(:disabled) {
|
||||
.title-input[contenteditable="true"] {
|
||||
border-color: var(--border-color);
|
||||
background: var(--bg-primary);
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.title-input:not(:disabled):hover {
|
||||
.title-input[contenteditable="true"]:hover {
|
||||
border-color: #3b82f6;
|
||||
}
|
||||
|
||||
.title-input:disabled {
|
||||
.title-input[contenteditable="false"] {
|
||||
color: var(--text-primary);
|
||||
border: none;
|
||||
background: transparent;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Form Elements */
|
||||
|
||||
Reference in New Issue
Block a user