1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 09:20:02 +02:00

Merge pull request #421 from SecretBase/develop

fix: dark mode table blocking interaction psesudo element
This commit is contained in:
Igor Guastalla
2020-06-02 15:52:21 -03:00
committed by GitHub

View File

@@ -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);
}