File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 14
14
'sticky border-b -top-6 bg-orange-50 dark:bg-gray-800 w-full flex flex-row items-center justify-between px-4',
15
15
!isScrolled
16
16
? '!border-transparent pb-2'
17
- : 'border-white dark:border-gray-700 mb-2 py-2',
17
+ : 'border-gray-300 dark:border-gray-700 mb-2 py-2',
18
18
]"
19
19
>
20
20
<Dropdown
21
21
ref =" statusDropDown"
22
22
:customTriggerClass =" [
23
- 'px-3 py-1 hover:bg-gray-700 border-gray-700 border',
23
+ 'px-3 py-1 hover:bg-orange-100 dark:hover:bg- gray-700 dark: border-gray-700 border',
24
24
status.toLowerCase(),
25
25
]"
26
26
:border =" false"
37
37
:key =" 'status-' + i"
38
38
@click =" changeStatus(s)"
39
39
:class =" [
40
- 'px-4 py-2 hover:cursor-pointer border-b border-gray-500 hover:bg-orange-50 dark:hover:bg-gray-500',
40
+ 'px-4 py-2 hover:cursor-pointer border-b border-orange-200 dark:border- gray-500 hover:bg-orange-50 dark:hover:bg-gray-500',
41
41
s.toLowerCase(),
42
42
]"
43
43
v-text =" s"
82
82
:href =" link.link"
83
83
target =" _blank"
84
84
>
85
- <Card moreTransparency >
85
+ <Card
86
+ moreTransparency
87
+ class =" border-gray-300 hover:text-gray-100 transition-colors dark:border-gray-700 dark:hover:bg-gray-600 dark:bg-transparent"
88
+ >
86
89
<strong v-if =" link.english" >[Contenido en Ingles]</strong >
87
90
{{ link.name }}
88
91
</Card >
You can’t perform that action at this time.
0 commit comments