camunda-bpmn-js 0.13.0-alpha.5 → 0.13.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -875,23 +875,3 @@ textarea.bio-properties-panel-input {
875
875
  .bio-properties-panel-dropdown-button__menu-item--actionable:hover {
876
876
  background-color: var(--dropdown-item-hover-background-color);
877
877
  }
878
-
879
- .bio-properties-panel-feel-input {
880
- position: relative;
881
- }
882
-
883
- .bio-properties-panel-feel-input input {
884
- padding-right: 2em
885
- }
886
-
887
- .bio-properties-panel-feel-icon {
888
- display: inline-block;
889
- height: 16px;
890
- vertical-align: text-bottom;
891
- padding: 0 3px;
892
- }
893
-
894
- .bio-properties-panel-feel-icon svg {
895
- width: 16px;
896
- height: 16px;
897
- }