From 1242fd55f9617cf22fa7568e2b0c9b2050045629 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sat, 11 Apr 2020 18:30:39 +0200 Subject: Improve from-now pipe readability --- client/src/sass/primeng-custom.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/src/sass/primeng-custom.scss') 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 { color: #fff !important; background-color: var(--mainColor) !important; } + + &.focus-within, + &:focus { + box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest); + } } } } -- cgit v1.2.3