mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-11 17:04:03 +02:00
fix: dark mode table blocking interaction psesudo element
This commit is contained in:
@@ -67,15 +67,6 @@
|
|||||||
color: $background-color;
|
color: $background-color;
|
||||||
background-color: $base-color;
|
background-color: $base-color;
|
||||||
|
|
||||||
&::before {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
content: "";
|
|
||||||
}
|
|
||||||
|
|
||||||
&.is-bordered {
|
&.is-bordered {
|
||||||
@include compact-rounded-corners(true);
|
@include compact-rounded-corners(true);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user