Skip to content
Snippets Groups Projects
Commit b5d6a569 authored by Ryan Dee's avatar Ryan Dee
Browse files

Combine display:none rules

parent d2ea396e
Branches
Tags
No related merge requests found
...@@ -21,10 +21,6 @@ ...@@ -21,10 +21,6 @@
max-width: 30em!important; max-width: 30em!important;
} }
// #search_wrapper {
// display: none;
// }
.result-tab li + li::before { .result-tab li + li::before {
content: '\b7'; // middle-dot + space content: '\b7'; // middle-dot + space
padding-left: .43em; padding-left: .43em;
...@@ -44,10 +40,7 @@ ...@@ -44,10 +40,7 @@
opacity: 1; opacity: 1;
} }
.search-results h3 { .search-results h3,
display: none;
}
.google-search { .google-search {
display: none; display: none;
} }
...@@ -57,7 +50,10 @@ ...@@ -57,7 +50,10 @@
// TODO: revisit (and remove?) after Directory has been updated to 5.0 // TODO: revisit (and remove?) after Directory has been updated to 5.0
#ppl_results h3, #ppl_results h3,
#ppl_results h4, #ppl_results h4,
#ppl_results .result_head { #ppl_results .result_head,
#ppl_results .cInfo,
#ppl_results .overflow .roles .organization-name,
[data-uid="kfarrell2"] .given-name {
display: none; display: none;
} }
...@@ -66,10 +62,6 @@ ...@@ -66,10 +62,6 @@
margin-bottom: 1.77em; margin-bottom: 1.77em;
} }
#ppl_results .cInfo {
display: none;
}
#ppl_results .overflow > .recordDetails { #ppl_results .overflow > .recordDetails {
align-self: center; align-self: center;
flex: 1 1 auto; flex: 1 1 auto;
...@@ -88,16 +80,8 @@ ...@@ -88,16 +80,8 @@
display: block; display: block;
} }
#ppl_results .overflow .roles .organization-name {
display: none;
}
#ppl_results .given-name { #ppl_results .given-name {
font-size: 1rem; font-size: 1rem;
margin-left: 1em; margin-left: 1em;
text-transform: uppercase; text-transform: uppercase;
} }
[data-uid="kfarrell2"] .given-name {
display: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment