diff --git a/static/src/less/account.scss b/static/src/less/account.scss new file mode 100644 index 0000000000000000000000000000000000000000..9248fad1c295845f9fe6b4001e973dc16e9a7139 --- /dev/null +++ b/static/src/less/account.scss @@ -0,0 +1,8 @@ +body.account-settings .account-settings, +body.account-password .account-password, +body.account-delete .account-delete { + z-index: 2; // Place active items above their siblings for proper border styling + color: $list-group-active-color; + background-color: $list-group-active-bg; + border-color: $list-group-active-border; +} \ No newline at end of file