Skip to content

Commit 81cb966

Browse files
authored
Cursor pointer on dismissible-button (#1041)
* Update styles.css * prettier
1 parent 530f4aa commit 81cb966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Assets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ body {
254254
}
255255

256256
#dismissible-button {
257-
@apply text-blue-developer text-base font-bold;
257+
@apply text-blue-developer cursor-pointer text-base font-bold;
258258
&:hover {
259259
@apply bg-grey-20 rounded-2xl;
260260
}

0 commit comments

Comments
 (0)