diff options
author | zeroinformatique | 2020-10-18 01:12:07 +0200 |
---|---|---|
committer | GitHub | 2020-10-18 01:12:07 +0200 |
commit | 7f2231d86bb72c83f50693ec96526e7d9f47dfb8 (patch) | |
tree | d089d9f53460a4bc10df6ac1732e286e09e7a4d4 /viewer/src/components/LdCommand.vue | |
parent | 5e179a35b23282c4613582755de06a91f6991309 (diff) | |
download | ldgallery-7f2231d86bb72c83f50693ec96526e7d9f47dfb8.tar.gz |
viewer: fix sort order button hitbox (#272)
* viewer: fix sort order button hitbox
github: resolves #266
* viewer: fix sort order button hover color
That was a conflict between the <a> tag's color and the .link color.
I enforced .link priority over <a>
* viewer: fix sort order button hover color
TODO comment about Buefy issues
Diffstat (limited to 'viewer/src/components/LdCommand.vue')
-rw-r--r-- | viewer/src/components/LdCommand.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/LdCommand.vue b/viewer/src/components/LdCommand.vue index 2578055..5ba8266 100644 --- a/viewer/src/components/LdCommand.vue +++ b/viewer/src/components/LdCommand.vue | |||
@@ -78,7 +78,7 @@ export default class LdCommand extends Vue { | |||
78 | align-items: center; | 78 | align-items: center; |
79 | flex: 0 0 $layout-left; | 79 | flex: 0 0 $layout-left; |
80 | 80 | ||
81 | > a { | 81 | > * { |
82 | // normalise icon active boxes | 82 | // normalise icon active boxes |
83 | width: $layout-top; | 83 | width: $layout-top; |
84 | line-height: $layout-top; | 84 | line-height: $layout-top; |