MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,754:
background-color: var(--ed-paper) !important;
}
/* ONE focus ring around the whole composer (input + send button); the
.ext-aiassistant-prompt-composer:focus-within .ext-aiassistant-prompt-composer__input,▼
text field itself stays borderless — the panel's input is exempted
from the generic Codex focus rule above */
.ext-aiassistant-panel .cdx-text-input__input,
.ext-aiassistant-panel .cdx-text-input__input:focus,
.ext-aiassistant-prompt-composer__input,
.ext-aiassistant-prompt-composer__input:focus {
border-color:
box-shadow:
outline: none !important;
}
.ext-aiassistant-prompt-composer { box-shadow: none !important; }
outline: 1px solid var(--ed-link) !important;
outline-offset: -1px;
box-shadow: none !important;
}
.ext-aiassistant-prompt-composer__send:not(:disabled) {
| |||