Skip to main content

INPUT_SEARCH_CLASS

Constant INPUT_SEARCH_CLASS 

Source
pub const INPUT_SEARCH_CLASS: &str = "w-full pr-10 px-4 py-2 border border-paper-border rounded-2xl bg-paper-entry text-paper-primary placeholder:text-paper-tertiary focus:outline-none focus:border-paper-accent focus:ring-1 focus:ring-paper-accent/30 transition-colors duration-200 ygg-search-clear";
Expand description

可清除输入框 CSS 类:与 INPUT_CLASS 同主题(w-full 撑满外层 relative 包裹), 右侧 pr-10 为输入框内的自定义清除按钮(Material Symbols close 图标)让位, ygg-search-clear 钩子隐藏 WebKit/Blink 原生 ::-webkit-search-cancel-button (见 input.css)。用于「输入框内带清除图标」场景(/search 页)。