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:
parent
1b91ecfa2e
commit
dfc15660e2
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user