Skip to content

Remove Outlook.com side nav border by pgaskin

Mirrored from https://raw.githubusercontent.com/pgaskin/userstyles/master/outlook-dark-side-nav-border.user.css

Screenshot of Remove Outlook.com side nav border

Details

Authorpgaskin

LicenseNo License

Categoryoffice

Created

Updated

Size575 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the bright white border on the Outlook.com vertical app navbar visible in dark mode.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Remove Outlook.com side nav border
@version      20240510.03.35
@namespace    https://userstyles.world/user/pgaskin
@description  Removes the bright white border on the Outlook.com vertical app navbar visible in dark mode.
@license      No License
@author       Patrick Gaskin
@homepageURL  https://github.com/pgaskin/userstyles
@supportURL   https://github.com/pgaskin/userstyles/issues
==/UserStyle== */

@-moz-document domain("outlook.office.com"), domain("outlook.live.com") {
    #LeftRail {
        border-right: none !important;
    }
}

Reviews

No reviews yet.