Skip to content

Commit

Permalink
Fix switching icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed Jan 25, 2024
1 parent 085f304 commit a8e0fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
if (parts[1] !== shortThemeName) {
shortThemeName = parts[1];
shortThemeName = shortThemeName.replace('soho', 'classic').replace('uplift', 'new');
shortThemeName = shortThemeName.replace('new', 'new-default');
var path = window.location.pathname;

if (path.indexOf('/icons/') > -1) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/tooltip/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
}

.tooltip-content {
padding: 10px 10px 3px;
padding: 7px 10px 3px;
word-break: normal;

&.header-icon {
Expand Down

0 comments on commit a8e0fbd

Please sign in to comment.