Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将我的 Android 项目升级到 ST 2.2,现在它使用新的 Pictos 字体作为图标而不是图像和 webkit 掩码。我遇到了搜索字段的图标在搜索字段中重复的问题。我怎样才能解决这个问题?请参阅下面的图标和 css。
修复了这个:
.x-field-search .x-field-input::before { background-color: white; background-repeat: no-repeat; }