Skip to content
Snippets Groups Projects
Commit 32757d64 authored by Clement Ho's avatar Clement Ho Committed by Jose Ivan Vargas Lopez
Browse files

Use d-block

parent 9e631682
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -90,7 +90,7 @@ const bindEvents = () => {
function chooseTemplate() {
$('.template-option').hide();
$projectFieldsForm.addClass('selected');
$selectedIcon.removeClass('active');
$selectedIcon.removeClass('d-block');
const value = $(this).val();
const templates = {
rails: {
Loading
Loading
@@ -109,7 +109,7 @@ const bindEvents = () => {
 
const selectedTemplate = templates[value];
$selectedTemplateText.text(selectedTemplate.text);
$(selectedTemplate.icon).addClass('active');
$(selectedTemplate.icon).addClass('d-block');
$templateProjectNameInput.focus();
}
 
Loading
Loading
Loading
Loading
@@ -161,10 +161,6 @@ table {
}
}
 
.input-group-prepend svg.active {
border: 0 !important;
}
// Polyfill deprecated selectors
 
.hidden {
Loading
Loading
Loading
Loading
@@ -541,10 +541,6 @@
top: 7px;
height: 20px;
width: 20px;
&.active {
display: block;
}
}
}
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment