diff --git a/public/scss/global.scss b/public/scss/global.scss index ab7d569242..02385fff75 100644 --- a/public/scss/global.scss +++ b/public/scss/global.scss @@ -36,4 +36,11 @@ html[data-dir="rtl"] { h5 { font-size: 1.125rem; } h6 { font-size: 1rem; } } +} + +.btn-link { + &:hover, &.active { + background-color: var(--btn-ghost-hover-color); + text-decoration: none; + } } \ No newline at end of file diff --git a/src/views/partials/category/filter-dropdown-content.tpl b/src/views/partials/category/filter-dropdown-content.tpl new file mode 100644 index 0000000000..183f7d5713 --- /dev/null +++ b/src/views/partials/category/filter-dropdown-content.tpl @@ -0,0 +1,41 @@ + + + + + \ No newline at end of file diff --git a/src/views/partials/category/selector-dropdown-content.tpl b/src/views/partials/category/selector-dropdown-content.tpl new file mode 100644 index 0000000000..5409c4b674 --- /dev/null +++ b/src/views/partials/category/selector-dropdown-content.tpl @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file diff --git a/src/views/partials/category/sort.tpl b/src/views/partials/category/sort.tpl new file mode 100644 index 0000000000..77f9f5b354 --- /dev/null +++ b/src/views/partials/category/sort.tpl @@ -0,0 +1,39 @@ +
+ + + +
\ No newline at end of file diff --git a/src/views/partials/category/tools-dropdown-content.tpl b/src/views/partials/category/tools-dropdown-content.tpl new file mode 100644 index 0000000000..01eb2a7557 --- /dev/null +++ b/src/views/partials/category/tools-dropdown-content.tpl @@ -0,0 +1,85 @@ + + \ No newline at end of file diff --git a/src/views/partials/category/tools-dropdown-left.tpl b/src/views/partials/category/tools-dropdown-left.tpl new file mode 100644 index 0000000000..b6917296c7 --- /dev/null +++ b/src/views/partials/category/tools-dropdown-left.tpl @@ -0,0 +1,5 @@ +{{{ if showTopicTools }}} + +{{{ end }}} \ No newline at end of file diff --git a/src/views/partials/category/tools-dropdown-right.tpl b/src/views/partials/category/tools-dropdown-right.tpl new file mode 100644 index 0000000000..5a43f6d6c7 --- /dev/null +++ b/src/views/partials/category/tools-dropdown-right.tpl @@ -0,0 +1,5 @@ +{{{ if showTopicTools }}} + +{{{ end }}} \ No newline at end of file diff --git a/src/views/partials/category/watch.tpl b/src/views/partials/category/watch.tpl new file mode 100644 index 0000000000..1719bba07d --- /dev/null +++ b/src/views/partials/category/watch.tpl @@ -0,0 +1,67 @@ +{{{ if config.loggedIn }}} +
+ + + +
+{{{ end }}} \ No newline at end of file diff --git a/src/views/partials/groups/filter-dropdown-content.tpl b/src/views/partials/groups/filter-dropdown-content.tpl new file mode 100644 index 0000000000..1243bed751 --- /dev/null +++ b/src/views/partials/groups/filter-dropdown-content.tpl @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/src/views/partials/tags/filter-dropdown-content.tpl b/src/views/partials/tags/filter-dropdown-content.tpl new file mode 100644 index 0000000000..6d78eddf27 --- /dev/null +++ b/src/views/partials/tags/filter-dropdown-content.tpl @@ -0,0 +1,38 @@ + + + + + \ No newline at end of file diff --git a/src/views/partials/tags/filter-dropdown-right.tpl b/src/views/partials/tags/filter-dropdown-right.tpl index daed15f46c..0d30e0e2b6 100644 --- a/src/views/partials/tags/filter-dropdown-right.tpl +++ b/src/views/partials/tags/filter-dropdown-right.tpl @@ -1,3 +1,3 @@ -