Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ryan Dee
UNL_Search
Commits
b5d6a569
Commit
b5d6a569
authored
Jan 15, 2019
by
Ryan Dee
Browse files
Combine display:none rules
parent
d2ea396e
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/scss/search.scss
View file @
b5d6a569
...
...
@@ -21,10 +21,6 @@
max-width
:
30em
!
important
;
}
// #search_wrapper {
// display: none;
// }
.
result-tab
li
+
li
:
:
before
{
content
:
'\b7'
;
// middle-dot + space
padding-left
:
.43em
;
...
...
@@ -44,10 +40,7 @@
opacity
:
1
;
}
.search-results
h3
{
display
:
none
;
}
.search-results
h3
,
.google-search
{
display
:
none
;
}
...
...
@@ -57,7 +50,10 @@
// TODO: revisit (and remove?) after Directory has been updated to 5.0
#ppl_results
h3
,
#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
;
}
...
...
@@ -66,10 +62,6 @@
margin-bottom
:
1
.77em
;
}
#ppl_results
.cInfo
{
display
:
none
;
}
#ppl_results
.overflow
>
.recordDetails
{
align-self
:
center
;
flex
:
1
1
auto
;
...
...
@@ -88,16 +80,8 @@
display
:
block
;
}
#ppl_results
.overflow
.roles
.organization-name
{
display
:
none
;
}
#ppl_results
.given-name
{
font-size
:
1rem
;
margin-left
:
1em
;
text-transform
:
uppercase
;
}
[
data-uid
=
"kfarrell2"
]
.given-name
{
display
:
none
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment