From: Alexander Ebert Date: Tue, 22 Aug 2023 14:40:41 +0000 (+0200) Subject: Improve the focus behavior of `InputItemList` X-Git-Tag: 6.0.0_Beta_4~64 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a2602962175c7493f16458df17af79df75ebce14;p=GitHub%2FWoltLab%2FWCF.git Improve the focus behavior of `InputItemList` See https://www.woltlab.com/community/thread/301301-tag-input-has-no-focus-border/ --- diff --git a/wcfsetup/install/files/style/ui/itemListInput.scss b/wcfsetup/install/files/style/ui/itemListInput.scss index fdc9c9b9b8..9d6923abb7 100644 --- a/wcfsetup/install/files/style/ui/itemListInput.scss +++ b/wcfsetup/install/files/style/ui/itemListInput.scss @@ -10,6 +10,10 @@ cursor: text; } + &:focus-within { + border-color: var(--wcfInputBorderActive); + } + > .item, > .input { flex: 0 0 auto;