Skip to content

Commit

Permalink
FSU040THUL-5159 #641 Hide person_ths option in import-search.xed (MyC…
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Nov 4, 2024
1 parent 7807b2e commit d02c9f6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ body {
}
}

#ubo-search-person option[value="person_ths"] {
display: none;
}

// Large devices (desktops) and below: <= 1200px
@include media-breakpoint-down(lg) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ i.flag-de {
i.flag-en {
background-image: url("/images/flag-en.svg");
}

#ubo-search-person option[value="person_ths"] {
display: none;
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ h3#seitentitel {

.mycore-list-item {
background-color: transparent;
}
}

#ubo-search-person option[value="person_ths"] {
display: none;
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ h3#seitentitel {

.mycore-list-item {
background-color: transparent;
}
}

#ubo-search-person option[value="person_ths"] {
display: none;
}
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ i.flag-en {
background-image: url("/images/flag-en.svg");
}

#ubo-search-person option[value="person_ths"] {
display: none;
}

// Large devices (desktops) and below: <= 1200px
@include media-breakpoint-down(lg) {
// add/overwrite styles for responsive level lg and lower
Expand Down

0 comments on commit d02c9f6

Please sign in to comment.