Fixed tables inner borders

Update borders.scss and table.scss
This commit is contained in:
2024-11-24 15:07:38 +01:00
parent 5f3398176a
commit c568074c51
2 changed files with 3 additions and 15 deletions
-9
View File
@@ -21,15 +21,6 @@ main {
}
}
table.stylish {
// Fixing border issues when using rounded corners by using a "fake" one using the background's color.
// It will look like utter shit when rounded on firefox because its rendering engine cannot clip rounded corners apparently.
// I guess that's what being at less than 3% of the market share does to you and your ability to care about basic shit.
&.border {
//background-color: #{$color-border-main};
}
}
// Special fix for select inputs' dropdown menu
//select.border option::before {
// border: 1px solid deeppink !important;