From 4542a03f3801bfe3cdbe39e64df64337dbe6d76d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 19 Apr 2022 11:01:44 +0300 Subject: [PATCH] Add comment to notify about non_pinned_sharp_tabs being a requirement --- chrome/tabs_animated_gradient_border.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chrome/tabs_animated_gradient_border.css b/chrome/tabs_animated_gradient_border.css index 7bb270a..51687e5 100644 --- a/chrome/tabs_animated_gradient_border.css +++ b/chrome/tabs_animated_gradient_border.css @@ -1,8 +1,11 @@ /* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_animated_gradient_border.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */ -/* Adds animated gradient border below tabs and around selected tab */ -/* Might or might not work, no promises */ +/** Adds animated gradient border below tabs and around selected tab. + * + * !IMPORTANT + * This style requires non_floating_sharp_tabs.css to be loaded before it. + */ /* Constant animation WILL increase CPU usage */