Skip to content

Commit

Permalink
Fix issues with styling in dark mode on login page (#7052)
Browse files Browse the repository at this point in the history
* fix issues with dark mode and login page

* update changelog
  • Loading branch information
hotzenklotz authored May 4, 2023
1 parent 3fbaa9a commit 802cf84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released
- Fixed layouting of used storage space on the organization page. [#7034](https://github.com/scalableminds/webknossos/pull/7034)
- Fixed a bug where updating skeleton annotation tree group visibility would break the annotation. [#7037](https://github.com/scalableminds/webknossos/pull/7037)
- Fixed importing Neuroglancer Precomputed datasets that have a voxel offset in their header. [#7019](https://github.com/scalableminds/webknossos/pull/7019)
- Fixed an bug where invalid email addresses were not readable in dark mode on the login/signup pages. [#7052](https://github.com/scalableminds/webknossos/pull/7052)

### Removed

Expand Down
7 changes: 7 additions & 0 deletions frontend/stylesheets/dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,11 @@ a:hover {
.react-flow__minimap-mask {
fill: rgba(50, 50, 50, 0.7);
}
}

.login-view {
// TODO: consider removing with Antd-v5
.ant-input-affix-wrapper-status-error {
background-color: @black !important;
}
}

0 comments on commit 802cf84

Please sign in to comment.