Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr committed Feb 2, 2024
1 parent 4e943a6 commit a3880a1
Show file tree
Hide file tree
Showing 64 changed files with 71 additions and 71 deletions.
4 changes: 2 additions & 2 deletions src/less/components/article.less
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@

.hook-inverse() {

.uk-article-title {
.uk-article-title {
.hook-inverse-article-title();
}

.uk-article-meta {
.uk-article-meta {
color: @inverse-article-meta-color;
.hook-inverse-article-meta();
}
Expand Down
6 changes: 3 additions & 3 deletions src/less/components/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ hr, .uk-hr {

/* Add margin if adjacent element */
* + hr,
* + .uk-hr { margin-top: @base-hr-margin-vertical }
* + .uk-hr { margin-top: @base-hr-margin-vertical; }


/* Address
Expand Down Expand Up @@ -476,7 +476,7 @@ blockquote {
blockquote p:last-of-type { margin-bottom: 0; }

blockquote footer {
margin-top: @base-blockquote-footer-margin-top;
margin-top: @base-blockquote-footer-margin-top;
font-size: @base-blockquote-footer-font-size;
line-height: @base-blockquote-footer-line-height;
.hook-base-blockquote-footer();
Expand Down Expand Up @@ -608,7 +608,7 @@ template { display: none; }
//

a,
.uk-link {
.uk-link {
color: @inverse-base-link-color;
.hook-inverse-base-link();
}
Expand Down
2 changes: 1 addition & 1 deletion src/less/components/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

.uk-card-media-top,
.uk-grid-stack > .uk-card-media-left,
.uk-grid-stack > .uk-card-media-right {
.uk-grid-stack > .uk-card-media-right {
.hook-card-media-top();
}

Expand Down
2 changes: 1 addition & 1 deletion src/less/components/column.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* Fix image 1px line wrapping into the next column in Chrome
*/

[class*='uk-column-'] img { transform: translate3d(0,0,0); }
[class*='uk-column-'] img { transform: translate3d(0, 0, 0); }


/* Divider
Expand Down
6 changes: 3 additions & 3 deletions src/less/components/container.less
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
*/

.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right { width: ~'calc(100% + @{container-padding-horizontal})' }
.uk-container-item-padding-remove-right { width: ~'calc(100% + @{container-padding-horizontal})'; }

.uk-container-item-padding-remove-left { margin-left: -@container-padding-horizontal; }
.uk-container-item-padding-remove-right { margin-right: -@container-padding-horizontal; }
Expand All @@ -158,7 +158,7 @@
@media (min-width: @breakpoint-small) {

.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right { width: ~'calc(100% + @{container-padding-horizontal-s})' }
.uk-container-item-padding-remove-right { width: ~'calc(100% + @{container-padding-horizontal-s})'; }

.uk-container-item-padding-remove-left { margin-left: -@container-padding-horizontal-s; }
.uk-container-item-padding-remove-right { margin-right: -@container-padding-horizontal-s; }
Expand All @@ -169,7 +169,7 @@
@media (min-width: @breakpoint-medium) {

.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right { width: ~'calc(100% + @{container-padding-horizontal-m})' }
.uk-container-item-padding-remove-right { width: ~'calc(100% + @{container-padding-horizontal-m})'; }

.uk-container-item-padding-remove-left { margin-left: -@container-padding-horizontal-m; }
.uk-container-item-padding-remove-right { margin-right: -@container-padding-horizontal-m; }
Expand Down
2 changes: 1 addition & 1 deletion src/less/components/dropnav.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@

.hook-dropnav-misc();

.hook-dropnav-misc() {}
.hook-dropnav-misc() {}
2 changes: 1 addition & 1 deletion src/less/components/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ textarea.uk-form-large,
*/

.uk-form-success,
.uk-form-success:focus {
.uk-form-success:focus {
color: @form-success-color;
.hook-form-success();
}
Expand Down
2 changes: 1 addition & 1 deletion src/less/components/grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
.uk-grid-small,
.uk-grid-column-small { margin-left: -@grid-small-gutter-horizontal; }
.uk-grid-small > *,
.uk-grid-column-small > * { padding-left: @grid-small-gutter-horizontal; }
.uk-grid-column-small > * { padding-left: @grid-small-gutter-horizontal; }

/* Vertical */
.uk-grid + .uk-grid-small,
Expand Down
2 changes: 1 addition & 1 deletion src/less/components/icon.less
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
* Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
*/

.uk-icon > * { transform: translate(0,0); }
.uk-icon > * { transform: translate(0, 0); }


/* Image modifier
Expand Down
2 changes: 1 addition & 1 deletion src/less/components/link.less
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ a.uk-link-reset,

a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted {
.uk-link-toggle:hover .uk-link-muted {
color: @inverse-link-muted-hover-color;
.hook-inverse-link-muted-hover();
}
Expand Down
4 changes: 2 additions & 2 deletions src/less/components/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
transform: translate(-50%, -50%);
/* 2 */
width: max-content;
box-sizing: border-box;
Expand All @@ -180,7 +180,7 @@
top: 0;
}

.uk-navbar-center-left { right: ~'calc(100% + @{navbar-gap})'; }
.uk-navbar-center-left { right: ~'calc(100% + @{navbar-gap})'; }
.uk-navbar-center-right { left: ~'calc(100% + @{navbar-gap})'; }

[class*='uk-navbar-center-'] {
Expand Down
2 changes: 1 addition & 1 deletion src/less/components/svg.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
*/

.uk-svg { transform: translate(0,0); }
.uk-svg { transform: translate(0, 0); }


// Hooks
Expand Down
2 changes: 1 addition & 1 deletion src/less/theme/alert.less
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
text-decoration: underline;
}

}
}
2 changes: 1 addition & 1 deletion src/less/theme/align.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// Miscellaneous
// ========================================================================

.hook-align-misc() {}
.hook-align-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/animation.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// Miscellaneous
// ========================================================================

.hook-animation-misc() {}
.hook-animation-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/article.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
// Inverse
// ========================================================================

.hook-inverse-article-meta() {}
.hook-inverse-article-meta() {}
2 changes: 1 addition & 1 deletion src/less/theme/background.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// Miscellaneous
// ========================================================================

.hook-background-misc() {}
.hook-background-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/badge.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
// ========================================================================

.hook-inverse-badge() {}
.hook-inverse-badge-hover() {}
.hook-inverse-badge-hover() {}
2 changes: 1 addition & 1 deletion src/less/theme/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@
.hook-inverse-base-blockquote() { color: @inverse-base-blockquote-color; }
.hook-inverse-base-blockquote-footer() { color: @inverse-base-blockquote-footer-color; }

.hook-inverse-base-hr() {}
.hook-inverse-base-hr() {}
2 changes: 1 addition & 1 deletion src/less/theme/breadcrumb.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
.hook-inverse-breadcrumb-item-disabled() {}
.hook-inverse-breadcrumb-item-active() {}

.hook-inverse-breadcrumb-divider() {}
.hook-inverse-breadcrumb-divider() {}
2 changes: 1 addition & 1 deletion src/less/theme/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@
.hook-inverse-button-text-hover() {}
.hook-inverse-button-text-disabled() {}

.hook-inverse-button-link() {}
.hook-inverse-button-link() {}
2 changes: 1 addition & 1 deletion src/less/theme/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@

}

}
}
2 changes: 1 addition & 1 deletion src/less/theme/close.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// ========================================================================

.hook-inverse-close() {}
.hook-inverse-close-hover() {}
.hook-inverse-close-hover() {}
2 changes: 1 addition & 1 deletion src/less/theme/column.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// Miscellaneous
// ========================================================================

.hook-column-misc() {}
.hook-column-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/comment.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
// Miscellaneous
// ========================================================================

.hook-comment-misc() {}
.hook-comment-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/container.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// Miscellaneous
// ========================================================================

.hook-container-misc() {}
.hook-container-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/description-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// Miscellaneous
// ========================================================================

.hook-description-list-misc() {}
.hook-description-list-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/divider.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@

.hook-inverse-divider-small() {}

.hook-inverse-divider-vertical() {}
.hook-inverse-divider-vertical() {}
2 changes: 1 addition & 1 deletion src/less/theme/dotnav.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
.hook-inverse-dotnav-item() { border-color: fade(@inverse-global-color, 90%); }
.hook-inverse-dotnav-item-hover() { border-color: transparent; }
.hook-inverse-dotnav-item-onclick() { border-color: transparent; }
.hook-inverse-dotnav-item-active() { border-color: transparent; }
.hook-inverse-dotnav-item-active() { border-color: transparent; }
2 changes: 1 addition & 1 deletion src/less/theme/drop.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// Miscellaneous
// ========================================================================

.hook-drop-misc() {}
.hook-drop-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/dropbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
// Miscellaneous
// ========================================================================

.hook-dropbar-misc() {}
.hook-dropbar-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
// Miscellaneous
// ========================================================================

.hook-dropdown-misc() {}
.hook-dropdown-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/form-range.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
// Miscellaneous
// ========================================================================

.hook-form-range-misc() {}
.hook-form-range-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/height.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// Miscellaneous
// ========================================================================

.hook-height-misc() {}
.hook-height-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/icon.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@

.hook-inverse-icon-button() {}
.hook-inverse-icon-button-hover() {}
.hook-inverse-icon-button-active() {}
.hook-inverse-icon-button-active() {}
2 changes: 1 addition & 1 deletion src/less/theme/iconnav.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@

.hook-inverse-iconnav-item() {}
.hook-inverse-iconnav-item-hover() {}
.hook-inverse-iconnav-item-active() {}
.hook-inverse-iconnav-item-active() {}
2 changes: 1 addition & 1 deletion src/less/theme/inverse.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// Component
// ========================================================================

.hook-inverse() {}
.hook-inverse() {}
2 changes: 1 addition & 1 deletion src/less/theme/label.less
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
// Inverse
// ========================================================================

.hook-inverse-label() {}
.hook-inverse-label() {}
2 changes: 1 addition & 1 deletion src/less/theme/leader.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
// Inverse
// ========================================================================

.hook-inverse-leader() {}
.hook-inverse-leader() {}
2 changes: 1 addition & 1 deletion src/less/theme/lightbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
// Miscellaneous
// ========================================================================

.hook-lightbox-misc() {}
.hook-lightbox-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/margin.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
// Miscellaneous
// ========================================================================

.hook-margin-misc() {}
.hook-margin-misc() {}
2 changes: 1 addition & 1 deletion src/less/theme/modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@

}

}
}
2 changes: 1 addition & 1 deletion src/less/theme/nav.less
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@
.hook-inverse-nav-secondary-header() {}
.hook-inverse-nav-secondary-divider() {}

.hook-inverse-nav-dividers() {}
.hook-inverse-nav-dividers() {}
4 changes: 2 additions & 2 deletions src/less/theme/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
.uk-navbar-right,
[class*='uk-navbar-center'] { gap: @navbar-gap-m; }

.uk-navbar-center-left { right: ~'calc(100% + @{navbar-gap-m})'; }
.uk-navbar-center-left { right: ~'calc(100% + @{navbar-gap-m})'; }
.uk-navbar-center-right { left: ~'calc(100% + @{navbar-gap-m})'; }

}
Expand All @@ -176,4 +176,4 @@
.hook-inverse-navbar-item() {}

.hook-inverse-navbar-toggle() {}
.hook-inverse-navbar-toggle-hover() {}
.hook-inverse-navbar-toggle-hover() {}
2 changes: 1 addition & 1 deletion src/less/theme/notification.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
// Miscellaneous
// ========================================================================

.hook-notification-misc() {}
.hook-notification-misc() {}
Loading

0 comments on commit a3880a1

Please sign in to comment.