Skip to content

Commit

Permalink
style: reformat with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni committed Feb 17, 2023
1 parent 2abcbe9 commit 82a13b6
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 265 deletions.
2 changes: 1 addition & 1 deletion ckanext/list/theme/assets/less/list.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
text-align: center;

&:hover {
border-color: #C6C9CC;
border-color: #c6c9cc;
}

& img {
Expand Down
8 changes: 5 additions & 3 deletions ckanext/list/theme/assets/less/view-controls.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Theme the controls */

.controls {
background: #F7F7F7;
background: #f7f7f7;
border-top: 1px solid #fff;
line-height: 16px;

Expand Down Expand Up @@ -31,7 +31,8 @@
color: var(--primary, #228900);
}

& > a, & > span {
& > a,
& > span {
background-color: transparent;
border: none;
padding-left: 5px;
Expand All @@ -53,7 +54,8 @@
}
}

.list-view .controls, .recline-data-explorer .controls {
.list-view .controls,
.recline-data-explorer .controls {
display: flex;
flex-direction: row;

Expand Down
Loading

0 comments on commit 82a13b6

Please sign in to comment.