Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some icones fix #4130

Merged
merged 1 commit into from
Aug 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions contribs/gmf/src/controllers/mobile-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ nav.gmf-mobile-nav-right {
.fa {
font-size: 1.25rem;
}
svg {
font-size: 1.25rem;
}
}

.gmf-mobile-nav-left-trigger {
Expand Down
58 changes: 0 additions & 58 deletions contribs/gmf/src/icons/stack.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<span
ng-if="::(layer.Layer !== undefined && layer.Layer.length)"
class="fa fa-fw gmf-wmscapabilitylayertreenode-group"
><%=require('gmf/icons/stack.svg')%></span>
><%=require('gmf/icons/layers.svg')%></span>

<a
class="fa fa-circle-thin gmf-wmscapabilitylayertreenode-no-icon fa-fw "
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/src/layertree/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
ng-click="::gmfLayertreeCtrl.toggleActive(layertreeCtrl)"
ng-if="layertreeCtrl.node.children && !layertreeCtrl.layer.loading"
class="gmf-layertree-state gmf-not-intermediate"
><%=require('gmf/icons/stack.svg')%></a>
><%=require('gmf/icons/layers.svg')%></a>
<a
href
ng-click="::gmfLayertreeCtrl.toggleActive(layertreeCtrl)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class="fa fa-fw gmf-layertree-state"
href
ng-click="$ctrl.toggle()"
><%=require('gmf/icons/stack.svg')%></a>
><%=require('gmf/icons/layers.svg')%></a>

<a
class="gmf-layertree-name"
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/src/search/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ gmf-search {
font-family: FontAwesome;
color: $color;
position: absolute;
font-size: 0.9rem;
font-size: 1.25rem;
top: $half-app-margin;
left: $app-margin;
}
Expand Down