Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ABSD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
ABSD
Commits
4662d9ca
Commit
4662d9ca
authored
1 year ago
by
Simon Malesys
Browse files
Options
Downloads
Patches
Plain Diff
Remove overused css rules
parent
6407b51b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/client/components/AdvancedSearch.vue
+4
-16
4 additions, 16 deletions
src/client/components/AdvancedSearch.vue
src/client/components/SearchBar.vue
+0
-3
0 additions, 3 deletions
src/client/components/SearchBar.vue
with
4 additions
and
19 deletions
src/client/components/AdvancedSearch.vue
+
4
−
16
View file @
4662d9ca
...
@@ -171,18 +171,15 @@ function removeFilter (filterChip: FilterChip): void {
...
@@ -171,18 +171,15 @@ function removeFilter (filterChip: FilterChip): void {
}
}
.filter-chip
{
.filter-chip
{
border
:
1px
solid
var
(
--primary
);
border-radius
:
16px
;
border-radius
:
16px
;
border
:
1px
solid
var
(
--primary
);
color
:
var
(
--primary
);
color
:
var
(
--primary
);
display
:
flex
;
align-items
:
center
;
padding-left
:
8px
;
padding-left
:
8px
;
}
}
.filter-chip
.remove-button
{
.filter-chip
.remove-button
{
color
:
inherit
;
color
:
inherit
;
padding
:
6px
;
padding
:
6px
;
background
:
none
;
border
:
none
;
border
:
none
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
...
@@ -192,16 +189,9 @@ function removeFilter (filterChip: FilterChip): void {
...
@@ -192,16 +189,9 @@ function removeFilter (filterChip: FilterChip): void {
}
}
.advanced-search-button
{
.advanced-search-button
{
background
:
none
;
border
:
none
;
border
:
none
;
color
:
var
(
--white
);
cursor
:
pointer
;
margin-left
:
auto
;
margin-left
:
auto
;
padding-top
:
calc
(
var
(
--spacing
)
/
2
);
padding-right
:
0
;
&:hover
{
color
:
var
(
--primary
);
}
}
}
.advanced-search-dialog
h2
{
.advanced-search-dialog
h2
{
...
@@ -244,12 +234,10 @@ function removeFilter (filterChip: FilterChip): void {
...
@@ -244,12 +234,10 @@ function removeFilter (filterChip: FilterChip): void {
.search-button
{
.search-button
{
background-color
:
var
(
--primary
);
background-color
:
var
(
--primary
);
border-radius
:
var
(
--radius
);
border
:
none
;
border
:
none
;
color
:
var
(
--white
);
cursor
:
pointer
;
font-weight
:
700
;
font-weight
:
700
;
height
:
40px
;
height
:
40px
;
padding
:
7px
var
(
--spacing
);
padding-left
:
var
(
--spacing
);
padding-right
:
var
(
--spacing
);
}
}
</
style
>
</
style
>
This diff is collapsed.
Click to expand it.
src/client/components/SearchBar.vue
+
0
−
3
View file @
4662d9ca
...
@@ -110,10 +110,7 @@ function fetchAntibodies (): void {
...
@@ -110,10 +110,7 @@ function fetchAntibodies (): void {
.search-button
{
.search-button
{
background-color
:
var
(
--primary
);
background-color
:
var
(
--primary
);
border-radius
:
var
(
--radius
);
border
:
none
;
border
:
none
;
color
:
var
(
--white
);
cursor
:
pointer
;
font-weight
:
bold
;
font-weight
:
bold
;
padding
:
calc
(
var
(
--spacing
)
/
2
)
var
(
--spacing
);
padding
:
calc
(
var
(
--spacing
)
/
2
)
var
(
--spacing
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment