diff options
author | Rigel Kent <par@rigelk.eu> | 2018-09-25 15:42:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-25 15:42:58 +0200 |
commit | 660d11e91e1643927028d2d6870a911f569b34d8 (patch) | |
tree | 455a39a397667eaa175a87d4b62b46406e75711a /client/src/sass/application.scss | |
parent | ba6a98b8fad8214338e0d0919eac3439e90569fe (diff) | |
download | PeerTube-660d11e91e1643927028d2d6870a911f569b34d8.tar.gz PeerTube-660d11e91e1643927028d2d6870a911f569b34d8.tar.zst PeerTube-660d11e91e1643927028d2d6870a911f569b34d8.zip |
refactor subscribe button and comment-add for visitor-interact UX (#1100)
* refactor subscribe button for visitor-subscribe UX
* refactor comment-add for visitor-interact UX
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 760be3822..0029c22ef 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -199,9 +199,18 @@ label { | |||
199 | 199 | ||
200 | .dropdown-item { | 200 | .dropdown-item { |
201 | padding: 3px 15px; | 201 | padding: 3px 15px; |
202 | |||
203 | &:active { | ||
204 | color: #000 !important; | ||
205 | } | ||
206 | } | ||
207 | |||
208 | button { | ||
209 | @include disable-default-a-behaviour; | ||
202 | } | 210 | } |
203 | 211 | ||
204 | a { | 212 | a { |
213 | @include disable-default-a-behaviour; | ||
205 | color: #000 !important; | 214 | color: #000 !important; |
206 | } | 215 | } |
207 | } | 216 | } |