Skip to content
代码片段 群组 项目
提交 6c9eb57e 编辑于 作者: Thomas Hutterer's avatar Thomas Hutterer
浏览文件

Remove unused generic CSS classes

This removes the `todo`, `todo-pending` and `todo-done` classes from the
component.

These were not used in the Vue implementation, but only carried over
from the old Haml, where they were both used for styling and test
selectors.
上级 3dada461
No related branches found
No related tags found
无相关合并请求
...@@ -48,11 +48,8 @@ export default { ...@@ -48,11 +48,8 @@ export default {
<template> <template>
<li <li
class="todo gl-border-t gl-border-b gl-relative -gl-mt-px gl-block gl-px-5 gl-py-3 hover:gl-z-1 hover:gl-cursor-pointer hover:gl-border-blue-200 hover:gl-bg-blue-50" class="gl-border-t gl-border-b gl-relative -gl-mt-px gl-block gl-px-5 gl-py-3 hover:gl-z-1 hover:gl-cursor-pointer hover:gl-border-blue-200 hover:gl-bg-blue-50"
:class="{ :class="{ 'gl-border-gray-50 gl-bg-gray-10': fadeTodo }"
'todo-pending': isPending,
'todo-done gl-border-gray-50 gl-bg-gray-10': fadeTodo,
}"
> >
<gl-link <gl-link
:href="targetUrl" :href="targetUrl"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册