diff --git a/core/themes/seven/css/components/dropbuttons.css b/core/themes/seven/css/components/dropbuttons.css index e84daa5..47216a1 100644 --- a/core/themes/seven/css/components/dropbuttons.css +++ b/core/themes/seven/css/components/dropbuttons.css @@ -15,7 +15,7 @@ } /** - * Overwrite Sevens button styling + * Overwrite Sevens button styling. */ .dropbutton-widget .button { background: transparent; @@ -215,10 +215,10 @@ } /** - * Form edit action theming - * Copied styling from .button--primary + * Form edit action theming. + * Copied styling from .button--primary. */ - .js .form-actions .dropbutton .dropbutton-action > * { +.js .form-actions .dropbutton .dropbutton-action > * { color: #fff; font-weight: 700; text-shadow: 0 1px hsla(0, 0%, 0%, 0.5); @@ -281,7 +281,6 @@ border-color: #144b78; box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2); } - .form-actions .dropbutton-arrow { border-top-color: #fff; }