0
0
Fork 0

Change design of link previews in web UI (#26136)

This commit is contained in:
Eugen Rochko 2023-07-24 13:47:28 +02:00 committed by GitHub
parent 4d01d1a1ee
commit 6b2952d1dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 90 additions and 99 deletions

View file

@ -77,6 +77,10 @@ html {
background: $white;
}
.column-header {
border-bottom: 0;
}
.column-header__button.active {
color: $ui-highlight-color;
@ -414,7 +418,7 @@ html {
.column-header__collapsible-inner {
background: darken($ui-base-color, 4%);
border: 1px solid lighten($ui-base-color, 8%);
border-top: 0;
border-bottom: 0;
}
.dashboard__quick-access,