diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-11 18:30:39 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-11 19:05:11 +0200 |
commit | 1242fd55f9617cf22fa7568e2b0c9b2050045629 (patch) | |
tree | 3236f3e72996deab4e1cdb2d8f9395e8cff87cae /client/src/sass/primeng-custom.scss | |
parent | 41a94d07f00f53d4624205fa4b23553a11e305dc (diff) | |
download | PeerTube-1242fd55f9617cf22fa7568e2b0c9b2050045629.tar.gz PeerTube-1242fd55f9617cf22fa7568e2b0c9b2050045629.tar.zst PeerTube-1242fd55f9617cf22fa7568e2b0c9b2050045629.zip |
Improve from-now pipe readability
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 186146b3b..869532fe9 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -232,6 +232,11 @@ p-table { | |||
232 | color: #fff !important; | 232 | color: #fff !important; |
233 | background-color: var(--mainColor) !important; | 233 | background-color: var(--mainColor) !important; |
234 | } | 234 | } |
235 | |||
236 | &.focus-within, | ||
237 | &:focus { | ||
238 | box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest); | ||
239 | } | ||
235 | } | 240 | } |
236 | } | 241 | } |
237 | } | 242 | } |