diff --git a/docs/dist/style.css b/docs/dist/style.css index 0310d26..b8335e8 100644 --- a/docs/dist/style.css +++ b/docs/dist/style.css @@ -6117,8 +6117,6 @@ hr { .dropdown.-up { margin-top: -20px; } .dropdown.-up > .menu::before, .dropdown.-up > .menu::after { - left: 10px; - right: initial; top: initial; bottom: -20px; border-bottom-color: transparent; } diff --git a/styles/components/_dropdown.scss b/styles/components/_dropdown.scss index 2076f70..6e142a7 100644 --- a/styles/components/_dropdown.scss +++ b/styles/components/_dropdown.scss @@ -12,6 +12,8 @@ background-color: $brand-white; border: 1px solid $brand-gray; border-radius: $border-radius-base; + // @todo + // Set to a variable box-shadow: 0 3px 3px rgba(0,0,0,0.1); } @@ -103,8 +105,6 @@ &.-up > .menu::before, &.-up > .menu::after { - left: $dropdown-arrow-size; - right: initial; top: initial; bottom: -($dropdown-arrow-size * 2); border-bottom-color: transparent;