Skip to content

Commit

Permalink
Merge pull request nostalgic-css#421 from SecretBase/develop
Browse files Browse the repository at this point in the history
fix: dark mode table blocking interaction psesudo element
  • Loading branch information
guastallaigor authored Jun 2, 2020
2 parents 58e1da8 + ba5b1c5 commit 7cb4a1d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scss/elements/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,6 @@
color: $background-color;
background-color: $base-color;

&::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
}

&.is-bordered {
@include compact-rounded-corners(true);
}
Expand Down

0 comments on commit 7cb4a1d

Please sign in to comment.