- 在全局范围内应用自定义 SVG 指针 - 设置指针热点位置为 1,1 坐标 - 保留默认指针作为备选方案 - 隐藏 Discourse 功能标识元素
This commit is contained in:
@@ -81,3 +81,8 @@
|
||||
.powered-by-discourse{
|
||||
display: none;
|
||||
}
|
||||
|
||||
// 使用自定义指针
|
||||
* {
|
||||
cursor: url(../../../assets/point.svg) 1 1, auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user