Skip to content

Commit

Permalink
Removes card class shadow on metadata list.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuswetah committed Nov 9, 2020
1 parent db10eb7 commit c8bcbc2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: andrebenedito, daltonmartins, fabianobn, jacsonp, leogermani, weryques, wetah, eduardohumberto, ravipassos, jessicafpx, marinagiolo, omarceloavila
Requires at least: WordPress 4.8
Tested up to: WordPress 5.5.3
Version: 2.2
Version: 2.2.1
Requires PHP: 5.6
Stable tag: trunk
License: GNU General Public License v3
Expand Down
4 changes: 3 additions & 1 deletion src/assets/scss/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,9 @@
}
.s-item-collection--metadata {
height: 100%;

.card {
box-shadow: none;
}
div {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Author: Tainacan
Author URI: https://tainacan.org
Theme URI: https://tainacan.org/blog/category/tema/
Description: This is the default theme for the Tainacan project. Use this in conjunction with Tainacan plugin to easily manage and publish you digital collectinons with a beautiful faceted search interface. Ideal for museums, galleries, libraries and anyone who have a digital repository.
Version: 2.2
Version: 2.2.1
Tested up to: 5.5.3
Requires PHP: 5.6
License: GNU General Public License v3
Expand Down
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/** Theme version */
const TAINACAN_INTERFACE_VERSION = '2.2';
const TAINACAN_INTERFACE_VERSION = '2.2.1';

/**
* Setup Theme
Expand Down

0 comments on commit c8bcbc2

Please sign in to comment.