Skip to content

Commit

Permalink
fix(rtl): remove duplicate of nebular styles (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored and nnixaa committed Feb 6, 2019
1 parent cf1bf4d commit d8e7092
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 201 deletions.
193 changes: 0 additions & 193 deletions src/app/@theme/styles/bootstrap-rtl.scss

This file was deleted.

8 changes: 0 additions & 8 deletions src/app/@theme/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// loading progress bar theme
@import './pace.theme';

@import './bootstrap-rtl';

// install the framework and custom global styles
@include nb-install() {

Expand All @@ -25,10 +23,4 @@

// loading progress bar
@include ngx-pace-theme();

// fixed in rc.9 and can be removed after upgrade
.custom-control .custom-control-indicator {
border-radius: 50%; // TODO: quickfix for https://github.com/akveo/nebular/issues/275
}
@include bootstrap-rtl();
};

0 comments on commit d8e7092

Please sign in to comment.