projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e46c7c
)
Remove unused tooltips css
author
Anton Khorev
<tony29@yandex.ru>
Mon, 19 Sep 2022 09:21:13 +0000
(12:21 +0300)
committer
Anton Khorev
<tony29@yandex.ru>
Mon, 19 Sep 2022 09:21:13 +0000
(12:21 +0300)
app/assets/stylesheets/common.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/common.scss
b/app/assets/stylesheets/common.scss
index d2ab3d272746755d1ecf6d15660e07e7a734be53..dfe99d1e2751f9af765a31ae84e3f0e7d74da5c8 100644
(file)
--- a/
app/assets/stylesheets/common.scss
+++ b/
app/assets/stylesheets/common.scss
@@
-510,14
+510,6
@@
body.small-nav {
border-bottom: 1px solid $grey;
padding: 10px 20px;
}
-
- .tooltip {
- opacity: 1;
- border: 1px solid $grey;
- .tooltip-arrow {
- border-top-color: $grey;
- }
- }
}
}