aboutsummaryrefslogtreecommitdiff
path: root/top_bar.style.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-20 01:18:21 +0200
committerHenry Jameson <me@hjkos.com>2024-02-20 01:18:21 +0200
commitc3e6e7c61de8fcf9cdeeeac6479d8a00a9b47b3a (patch)
tree31cf16370a6dfbfcc71b036647cf1535ec719f65 /top_bar.style.js
parent2172529dd06cb03be6341b3ae5cb2a74187e8e03 (diff)
improvements to backcompat + fixes to topbar
Diffstat (limited to 'top_bar.style.js')
-rw-r--r--top_bar.style.js23
1 files changed, 0 insertions, 23 deletions
diff --git a/top_bar.style.js b/top_bar.style.js
deleted file mode 100644
index 4def18a3..00000000
--- a/top_bar.style.js
+++ /dev/null
@@ -1,23 +0,0 @@
-export default {
- name: 'TopBar',
- selector: 'nav',
- validInnerComponents: [
- 'Link',
- 'Text',
- 'Icon'
- ],
- defaultRules: [
- {
- directives: {
- shadow: [{
- x: 0,
- y: 0,
- blur: 4,
- spread: 0,
- color: '#000000',
- alpha: 0.6
- }]
- }
- }
- ]
-}