Skip to content

Commit

Permalink
[ADD] Estilos prefs_keywords_view
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezsmx committed Mar 7, 2024
1 parent bce251e commit f0e1337
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/genweb6/theme/theme/scss/views/_prefs_keywords_view.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
body.template-prefs_keywords_view {

#keyword-results {

a[target='_blank'] {

svg.bi-box-arrow-up-right {
display: none;
}
}
}
}
1 change: 1 addition & 0 deletions src/genweb6/theme/theme/scss/views/_views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@import "image_view_fullscreen";
@import "login";
@import "manage_portlets";
@import "prefs_keywords_view";
@import "search";
@import "sharing";
@import "site_map";
Expand Down
5 changes: 5 additions & 0 deletions src/genweb6/theme/theme/stylesheets/theme-concat.css
Original file line number Diff line number Diff line change
Expand Up @@ -32582,6 +32582,11 @@ body.template-manage-portlets #content-core .btn {
margin-bottom: .5rem;
}

/* line 7, ../scss/views/_prefs_keywords_view.scss */
body.template-prefs_keywords_view #keyword-results a[target='_blank'] svg.bi-box-arrow-up-right {
display: none;
}

/* line 3, ../scss/views/_search.scss */
body.template-search h1 {
font-size: 32px;
Expand Down
5 changes: 5 additions & 0 deletions src/genweb6/theme/theme/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -14717,6 +14717,11 @@ body.template-manage-portlets #content-core .btn {
margin-bottom: .5rem;
}

/* line 7, ../scss/views/_prefs_keywords_view.scss */
body.template-prefs_keywords_view #keyword-results a[target='_blank'] svg.bi-box-arrow-up-right {
display: none;
}

/* line 3, ../scss/views/_search.scss */
body.template-search h1 {
font-size: 32px;
Expand Down
2 changes: 1 addition & 1 deletion src/genweb6/theme/theme/stylesheets/theme.min.css

Large diffs are not rendered by default.

0 comments on commit f0e1337

Please sign in to comment.