Skip to content

Commit b0856a9

Browse files
committed
Fixed issue with widget icons.
1 parent 8eda55b commit b0856a9

File tree

2 files changed

+5
-137
lines changed

2 files changed

+5
-137
lines changed

src/themes/designer/styles/icons-widgets.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
background-image: url("./icons/icon-button.svg");
1616
}
1717

18-
.widget-icon-card {
18+
widget-icon-card {
1919
background-image: url("./icons/icon-card.svg");
2020
}
2121

@@ -130,3 +130,7 @@
130130
.widget-icon-youtube-player {
131131
background-image: url("./icons/icon-youtube-player.svg");
132132
}
133+
134+
.widget-icon-api-management {
135+
background-image: url("./icons/icon-api-management.svg");
136+
}

src/themes/designer/styles/icons.scss

Lines changed: 0 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -631,139 +631,3 @@ $paperbits-strikethrough: unicode(ea7d);
631631
content: $paperbits-strikethrough;
632632
}
633633

634-
.widget-icon {
635-
width: 34px;
636-
height: 21px;
637-
background-repeat: no-repeat;
638-
background-position: center;
639-
display: inline-block;
640-
margin-bottom: 7px;
641-
}
642-
643-
.widget-icon-accordion {
644-
background-image: url("./icons/icon-accordion.svg");
645-
}
646-
647-
.widget-icon-button {
648-
background-image: url("./icons/icon-button.svg");
649-
}
650-
651-
.widget-icon-card {
652-
background-image: url("./icons/icon-card.svg");
653-
}
654-
655-
.widget-icon-carousel {
656-
background-image: url("./icons/icon-carousel.svg");
657-
}
658-
659-
.widget-icon-checkbox {
660-
background-image: url("./icons/icon-checkbox.svg");
661-
}
662-
663-
.widget-icon-collapsible-panel {
664-
background-image: url("./icons/icon-collapsible-panel.svg");
665-
}
666-
667-
.widget-icon-component {
668-
background-image: url("./icons/icon-component.svg");
669-
}
670-
671-
.widget-icon-date-input {
672-
background-image: url("./icons/icon-date-input.svg");
673-
}
674-
675-
.widget-icon-email-input {
676-
background-image: url("./icons/icon-email-input.svg");
677-
}
678-
679-
.widget-icon-form {
680-
background-image: url("./icons/icon-form.svg");
681-
}
682-
683-
.widget-icon-map {
684-
background-image: url("./icons/icon-map.svg");
685-
}
686-
687-
.widget-icon-menu {
688-
background-image: url("./icons/icon-menu.svg");
689-
}
690-
691-
.widget-icon-multi-line-input {
692-
background-image: url("./icons/icon-multi-line-input.svg");
693-
}
694-
695-
.widget-icon-number-input {
696-
background-image: url("./icons/icon-number-input.svg");
697-
}
698-
699-
.widget-icon-password-input {
700-
background-image: url("./icons/icon-password-input.svg");
701-
}
702-
703-
.widget-icon-picture-gallery {
704-
background-image: url("./icons/icon-picture-gallery.svg");
705-
}
706-
707-
.widget-icon-picture {
708-
background-image: url("./icons/icon-picture.svg");
709-
}
710-
711-
.widget-icon-range-input {
712-
background-image: url("./icons/icon-range-input.svg");
713-
}
714-
715-
.widget-icon-search-box {
716-
background-image: url("./icons/icon-search-box.svg");
717-
}
718-
719-
.widget-icon-select-input {
720-
background-image: url("./icons/icon-select-input.svg");
721-
}
722-
723-
.widget-icon-splitter {
724-
background-image: url("./icons/icon-splitter.svg");
725-
}
726-
727-
.widget-icon-submit-form-button {
728-
background-image: url("./icons/icon-submit-form-button.svg");
729-
}
730-
731-
.widget-icon-tab-panel {
732-
background-image: url("./icons/icon-tab-panel.svg");
733-
}
734-
735-
.widget-icon-table {
736-
background-image: url("./icons/icon-table.svg");
737-
}
738-
739-
.widget-icon-testimonials {
740-
background-image: url("./icons/icon-testimonials.svg");
741-
}
742-
743-
.widget-icon-text-block {
744-
background-image: url("./icons/icon-text-block.svg");
745-
}
746-
747-
.widget-icon-text-input {
748-
background-image: url("./icons/icon-text-input.svg");
749-
}
750-
751-
.widget-icon-time-input {
752-
background-image: url("./icons/icon-time-input.svg");
753-
}
754-
755-
.widget-icon-url-input {
756-
background-image: url("./icons/icon-url-input.svg");
757-
}
758-
759-
.widget-icon-video-player {
760-
background-image: url("./icons/icon-video-player.svg");
761-
}
762-
763-
.widget-icon-youtube-player {
764-
background-image: url("./icons/icon-youtube-player.svg");
765-
}
766-
767-
.widget-icon-api-management {
768-
background-image: url("./icons/icon-api-management.svg");
769-
}

0 commit comments

Comments
 (0)