From 204ef2083c43e6d826fbfc20c6367aeb231b1763 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 2 Jul 2020 19:03:28 +0300 Subject: [PATCH] Material theme update --- public/themes/md-dark-deeppurple/theme.css | 13 +++++++++++++ public/themes/md-dark-indigo/theme.css | 13 +++++++++++++ public/themes/md-light-deeppurple/theme.css | 13 +++++++++++++ public/themes/md-light-indigo/theme.css | 13 +++++++++++++ public/themes/mdc-dark-deeppurple/theme.css | 13 +++++++++++++ public/themes/mdc-dark-indigo/theme.css | 13 +++++++++++++ public/themes/mdc-light-deeppurple/theme.css | 13 +++++++++++++ public/themes/mdc-light-indigo/theme.css | 13 +++++++++++++ 8 files changed, 104 insertions(+) diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 2cd31bda1..023abc5e5 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -4498,6 +4498,19 @@ background: transparent; } +.p-datatable .p-sortable-column { + outline: 0 none; +} +.p-datatable .p-sortable-column:focus { + background-color: rgba(255, 255, 255, 0.03); +} +.p-datatable .p-datatable-tbody > tr { + outline: 0 none; +} +.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { + background-color: rgba(255, 255, 255, 0.03); +} + .p-checkbox { border-radius: 50%; transition: box-shadow 0.2s; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 8337cf697..bd03be3df 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -4498,6 +4498,19 @@ background: transparent; } +.p-datatable .p-sortable-column { + outline: 0 none; +} +.p-datatable .p-sortable-column:focus { + background-color: rgba(255, 255, 255, 0.03); +} +.p-datatable .p-datatable-tbody > tr { + outline: 0 none; +} +.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { + background-color: rgba(255, 255, 255, 0.03); +} + .p-checkbox { border-radius: 50%; transition: box-shadow 0.2s; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index dee128172..1a11cbbcd 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -4498,6 +4498,19 @@ background: transparent; } +.p-datatable .p-sortable-column { + outline: 0 none; +} +.p-datatable .p-sortable-column:focus { + background-color: rgba(0, 0, 0, 0.03); +} +.p-datatable .p-datatable-tbody > tr { + outline: 0 none; +} +.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { + background-color: rgba(0, 0, 0, 0.03); +} + .p-checkbox { border-radius: 50%; transition: box-shadow 0.2s; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 1fd871132..45be50ef4 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -4498,6 +4498,19 @@ background: transparent; } +.p-datatable .p-sortable-column { + outline: 0 none; +} +.p-datatable .p-sortable-column:focus { + background-color: rgba(0, 0, 0, 0.03); +} +.p-datatable .p-datatable-tbody > tr { + outline: 0 none; +} +.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { + background-color: rgba(0, 0, 0, 0.03); +} + .p-checkbox { border-radius: 50%; transition: box-shadow 0.2s; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index e047ce26e..f17d75f40 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -4498,6 +4498,19 @@ background: transparent; } +.p-datatable .p-sortable-column { + outline: 0 none; +} +.p-datatable .p-sortable-column:focus { + background-color: rgba(255, 255, 255, 0.03); +} +.p-datatable .p-datatable-tbody > tr { + outline: 0 none; +} +.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { + background-color: rgba(255, 255, 255, 0.03); +} + .p-checkbox { border-radius: 50%; transition: box-shadow 0.2s; diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 95b760875..c4ba952a4 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -4498,6 +4498,19 @@ background: transparent; } +.p-datatable .p-sortable-column { + outline: 0 none; +} +.p-datatable .p-sortable-column:focus { + background-color: rgba(255, 255, 255, 0.03); +} +.p-datatable .p-datatable-tbody > tr { + outline: 0 none; +} +.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { + background-color: rgba(255, 255, 255, 0.03); +} + .p-checkbox { border-radius: 50%; transition: box-shadow 0.2s; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 21deeacd0..ff136dfa4 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -4498,6 +4498,19 @@ background: transparent; } +.p-datatable .p-sortable-column { + outline: 0 none; +} +.p-datatable .p-sortable-column:focus { + background-color: rgba(0, 0, 0, 0.03); +} +.p-datatable .p-datatable-tbody > tr { + outline: 0 none; +} +.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { + background-color: rgba(0, 0, 0, 0.03); +} + .p-checkbox { border-radius: 50%; transition: box-shadow 0.2s; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index db80c0d36..6722e43d4 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -4498,6 +4498,19 @@ background: transparent; } +.p-datatable .p-sortable-column { + outline: 0 none; +} +.p-datatable .p-sortable-column:focus { + background-color: rgba(0, 0, 0, 0.03); +} +.p-datatable .p-datatable-tbody > tr { + outline: 0 none; +} +.p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { + background-color: rgba(0, 0, 0, 0.03); +} + .p-checkbox { border-radius: 50%; transition: box-shadow 0.2s;