repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'IDTEAM-1.26.0' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
pass
/
styles
/
_table.scss
blob
f63086fdecbad32c9c43559e2211b1dc685d6b12
1
@import '~@proton/styles/scss/lib/config';
2
3
.pass-table--row:not([aria-disabled='true']) {
4
cursor: pointer;
5
transition: 0.15s ease-in-out background;
6
7
&:hover {
8
background: var(--interaction-norm-minor-1);
9
}
10
}