mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
ee989c29b6080f09aa60d2e977654a96a8a6810d
parent
92057f1071b33704a8db045c4ed849ddcb55ef88
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-07-15 06:32
rm fieldset styling

Diffstat

M sass/base.scss 4 ----

1 files changed, 0 insertions, 4 deletions


diff --git a/sass/base.scss b/sass/base.scss

@@ -111,10 +111,6 @@ select[multiple] {
  111   111     resize: vertical;
  112   112 }
  113   113 
  114    -1 fieldset {
  115    -1     border: 1px solid $color-border;
  116    -1 }
  117    -1 
  118   114 // Prevent sub and sup affecting line-height.
  119   115 sub, sup {
  120   116     line-height: 0;