App Development

Discuss and learn more about Qlik Sense app development and usage.

Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!

Who Me Too'd this solution

prabhu0505
Specialist
Specialist

Below theme.css code is for creating object border like sense focus, change hsl code based on the border color requirement.

theme.css

.qvt-sheet {
background: #000000 !important;
}
.qv-inner-object {
border: 1px solid hsl(49, 100%, 50%);
padding: 5px;
}

Conclusion:-

Custom theme helped me to get rid of the top padding from Text and Extension objects

Final theme folder will have three files after adding above one

1. abcd.qext

2. theme.json

3. theme.css

View solution in original post

Who Me Too'd this solution