Skip to content

Commit 019176d

Browse files
author
Sergei Koshevarov
authored
fix: BROS-224: Fix missing indicators of interactivity on login button (#8390)
1 parent 264ea53 commit 019176d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

label_studio/core/static/css/login.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,12 @@ body {
228228
padding: 10px 0;
229229
border: none;
230230
background: var(--color-neutral-inverted-surface);
231+
cursor: pointer;
232+
}
233+
234+
.login_page_new_ui form button:hover {
235+
color: var(--color-neutral-inverted-content);
236+
background: var(--color-neutral-inverted-surface-hover);
231237
}
232238

233239
.login_page_new_ui .field_errors {
@@ -369,4 +375,4 @@ label {
369375

370376
.text-wrapper a:hover {
371377
text-decoration: none;
372-
}
378+
}

0 commit comments

Comments
 (0)