0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
Dieser Commit ist enthalten in:
Angus McLeod 2018-08-19 10:34:28 +10:00
Ursprung b6c26b43a7
Commit 8f4ee450ee
2 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -29,7 +29,7 @@ CustomWizard.reopenClass({
}
window.location.href = getUrl(url);
}
})
});
export function findCustomWizard(wizardId) {
return ajax({ url: `/w/${wizardId}` }).then(result => {

Datei anzeigen

@ -288,7 +288,7 @@
padding: 0;
margin: 0;
list-style: none;
height: 95px;
height: 200px;
overflow: scroll;
}
@ -297,6 +297,8 @@
cursor: pointer;
background-color: #fff;
display: flex;
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
&:hover, &.selected {
background-color: #eee;