Skip to content

Commit

Permalink
Remove unneeded js tweaks and css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed Jan 28, 2022
1 parent e3b9b57 commit 3f628ea
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
26 changes: 0 additions & 26 deletions css/claro.style.tweaks.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@

/* fix for multiple drag handles in node edit form */
.js .node-form .tabledrag-cell-content__item {
display: none;
}

@media screen and (min-width: 85em) {

/* fix to allow chosen dropdowns to appear beyond the boundaries of vertical tabs */
.js .vertical-tabs__item.claro-details--vertical-tabs-item,
.js .block-claro-content .vertical-tabs__item {
overflow: visible;
}

/* fix to correct hidden vertical tabs in node edit form */
/*
.js .node-form .vertical-tabs__item > summary {
display: block !important;
}
*/
.js .node-form .vertical-tabs__menu-item::after {
bottom: -.5em;
}

}

/* fix for image crop region not stretching full-width */
.form-managed-file.no-upload {
width: 100%;
Expand Down
14 changes: 0 additions & 14 deletions js/claro.style.tweaks.js

This file was deleted.

5 changes: 0 additions & 5 deletions ubc_claro_style_tweaks.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@ clarotweaks:
theme:
css/claro.style.tweaks.css: { }
css/drupal.ckeditor.css: { }
js:
js/claro.style.tweaks.js: { }
dependencies:
- core/jquery
- core/jquery.once

0 comments on commit 3f628ea

Please sign in to comment.