Skip to content

Commit

Permalink
merge: PR #26 from ginger/gabby-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni authored Feb 17, 2023
2 parents 09d8b2e + 413d209 commit b2e3909
Show file tree
Hide file tree
Showing 7 changed files with 289 additions and 266 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exclude: /(vendor|dist)/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
Expand Down Expand Up @@ -25,3 +26,9 @@ repos:
# these can't be pulled directly from the config atm, not sure why
args: ["-i", "--wrap-summaries=88", "--wrap-descriptions=88",
"--pre-summary-newline", "--make-summary-multi-line"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
hooks:
- id: prettier
types_or: [ javascript, vue, less, sass, scss, css ]
args: [ '--single-quote' ]
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 b2e3909

Please sign in to comment.