From 82b012a38b1c17fa68bf5c1311f93808aee91750 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 12 Mar 2025 02:13:32 +0200 Subject: [PATCH] style(next)/ribbon/file properties: refactor --- src/public/stylesheets/theme-next/ribbon.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/public/stylesheets/theme-next/ribbon.css b/src/public/stylesheets/theme-next/ribbon.css index 480cf6ba0..f702e4829 100644 --- a/src/public/stylesheets/theme-next/ribbon.css +++ b/src/public/stylesheets/theme-next/ribbon.css @@ -36,6 +36,16 @@ div.promoted-attributes-container { margin-bottom: 8px; } +/* + * File Properties and Note Info + */ + +.note-info-widget-table th, +.file-properties-widget .file-table th { + opacity: 0.65; + font-weight: 500; +} + /* * File Properties */ @@ -126,12 +136,6 @@ div.editability-dropdown a.dropdown-item { * Note info */ -.note-info-widget-table th, -.file-properties-widget .file-table th { - opacity: 0.65; - font-weight: 500; -} - :root .note-info-widget-table button.calculate-button { min-width: 0; padding: 4px 10px !important;