Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Budibase/budibase into fe…
Browse files Browse the repository at this point in the history
…ature/screen-route-select
  • Loading branch information
Conor-Mack committed Sep 9, 2020
2 parents 6c24223 + 6cec9d6 commit 8d3c7b3
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ builder/*
.data/
.temp/
packages/server/runtime_apps/
.idea/

# Logs
logs
Expand Down
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Contributors
* Daniel Loudon - [@danbudi](https://github.com/marblekirby)
* Joe - [@joebudi](https://github.com/joebudi)
* Martin McKeaveney - [@shogunpurple](https://github.com/shogunpurple)
* Andrew Kingston - [@aptkingston](https://github.com/aptkingston)
* Michael Drury - [@mike12345567](https://github.com/mike12345567)
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,16 @@
cursor: pointer;
}
button {
border-style: none;
border-radius: 2px;
padding: 0;
background: transparent;
cursor: pointer;
color: var(--ink);
outline: none;
}
li:hover {
background-color: var(--grey-2);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@
.dropdown-menu {
display: none;
height: 24px;
width: 24px;
color: var(--ink);
padding: 0px 5px;
padding: 0 5px;
width: 24px;
height: 24px;
border-style: none;
background: rgba(0, 0, 0, 0);
cursor: pointer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@
.actions {
display: none;
height: 24px;
width: 24px;
color: var(--ink);
padding: 0px 5px;
padding: 0 5px;
width: 24px;
height: 24px;
border-style: none;
background: rgba(0, 0, 0, 0);
cursor: pointer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
.root button {
border-style: none;
border-radius: 2px;
padding: 5px;
padding: 0;
background: transparent;
cursor: pointer;
color: var(--ink);
Expand Down
1 change: 1 addition & 0 deletions packages/standard-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"gitHead": "284cceb9b703c38566c6e6363c022f79a08d5691",
"dependencies": {
"@beyonk/svelte-googlemaps": "^2.2.0",
"@budibase/bbui": "^1.29.3",
"britecharts": "^2.16.1",
"d3-selection": "^1.4.2",
"fast-sort": "^2.2.0",
Expand Down

0 comments on commit 8d3c7b3

Please sign in to comment.