Skip to content

Commit

Permalink
Switched .btn.btn-edit-subj/.btn.btn-edit-subj.open icons
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 25, 2023
1 parent 77014a6 commit 629fc5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ li button.btn-edit-constructors, li button.btn-add-data, li button.btn-add-ontol
.btn.dropdown-toggle.btn-acl { text-align: right; font-size: 0; color: transparent; background-image: url('../icons/baseline-remove_red_eye-24px.svg'); background-position: center center; background-repeat: no-repeat; width: 64px; }
.btn.dropdown-toggle.btn-read { text-align: right; font-size: 0; color: transparent; background-image: url('../icons/ic_details_black_24px.svg'); background-position: center center; background-repeat: no-repeat; width: 64px; }
.btn.btn-copy-uri { font-size: 0; color: transparent; background-image: url('../icons/content_copy-24px.svg'); background-position: center center; background-repeat: no-repeat; width: 48px; }
.btn.btn-edit-subj { font-size: 0; color: transparent; background-image: url('../icons/baseline-expand_more-24px.svg'); background-position: center center; background-repeat: no-repeat; width: 48px; height: 30px; }
.btn.btn-edit-subj.open { background-image: url('../icons/baseline-expand_less-24px.svg'); }
.btn.btn-edit-subj { font-size: 0; color: transparent; background-image: url('../icons/baseline-expand_less-24px.svg'); background-position: center center; background-repeat: no-repeat; width: 48px; height: 30px; }
.btn.btn-edit-subj.open { background-image: url('../icons/baseline-expand_more-24px.svg'); }
.btn.btn-save-as { font-size: 0; color: transparent; background-image: url('../icons/save_black_24dp.svg'); background-position: center center; background-repeat: no-repeat; width: 48px; }
.btn.btn-skolemize { font-size: 0; color: transparent; background-image: url('../icons/link_black_24dp.svg'); background-position: center center; background-repeat: no-repeat; width: 48px; }
.btn.btn-edit { font-size: 0; color: transparent; background-image: url('../icons/ic_create_black_24px.svg'); background-position: center center; background-repeat: no-repeat; width: 48px; padding-left: 0; padding-right: 0; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ extension-element-prefixes="ixsl"
</xsl:choose>

<xsl:apply-templates select="@rdf:about | @rdf:nodeID" mode="#current">
<xsl:with-param name="type" select="if ($show-subject) then 'text' else 'hidden'"/>
<!-- <xsl:with-param name="type" select="if ($show-subject) then 'text' else 'hidden'"/>-->
</xsl:apply-templates>

<xsl:apply-templates select="." mode="bs2:TypeControl">
Expand Down

0 comments on commit 629fc5a

Please sign in to comment.