diff --git a/css/structure/input.css b/css/structure/input.css index 1569115..2ac6145 100644 --- a/css/structure/input.css +++ b/css/structure/input.css @@ -224,10 +224,6 @@ margin-top: 10px; } -.input-box .chip .uk-label { - padding: 5px 20px; -} - /** Modifiers */ .input-wrapper.inner { --input-shadow: var(--shadow-inset); diff --git a/css/structure/label.css b/css/structure/label.css index 674a868..2949c15 100644 --- a/css/structure/label.css +++ b/css/structure/label.css @@ -12,3 +12,7 @@ border-color: var(--label-secondary); color: var(--label-secondary); } + +.uk-label.uk-label-small { + padding: 5px 10px; +} diff --git a/css/structure/pill.css b/css/structure/pill.css index 89f9411..edc5636 100644 --- a/css/structure/pill.css +++ b/css/structure/pill.css @@ -9,10 +9,6 @@ --pill-alt-color-active: var(--light-color); } -.uk-subnav-pill > .uk-active > a { - border: unset; -} - .uk-subnav-pill-alt { background: var(--pill-alt-background); border-radius: 56px;