8000 Don't display Icons. They look bad in Chrome. · brusmax/demo.activeadmin.info@7199622 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7199622

Browse files
committed
Don't display Icons. They look bad in Chrome.
1 parent 2a8f860 commit 7199622

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/initializers/active_admin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# and feel.
7171
#
7272
# To load a stylesheet:
73-
# config.register_stylesheet 'my_stylesheet.css'
73+
config.register_stylesheet 'admin.css'
7474
#
7575
# To load a javascript file:
7676
# config.register_javascript 'my_javascript.js'

public/stylesheets/admin.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* Icons are not looking good in Chrome */
2+
.icon {
3+
display: none !important;
4+
}

0 commit comments

Comments
 (0)
0