1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-04-20 22:22:05 +02:00

fix: dark mode table blocking interaction psesudo element

This commit is contained in:
SecretBase 2020-05-19 22:49:51 +08:00
parent 1b91ecfa2e
commit dfc15660e2

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