Skip to content

Commit

Permalink
Add workaround for Semantic-Org/Semantic-UI#3070
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Mar 15, 2019
1 parent fc51155 commit c463026
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions indico/modules/rb_new/client/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/

@import 'base/palette';
@import 'rb_new:styles/sui_fixes';
@import 'rb_new:styles/palette';
@import 'rb_new:styles/forms';

Expand Down
23 changes: 23 additions & 0 deletions indico/modules/rb_new/client/styles/sui_fixes.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/* This file is part of Indico.
* Copyright (C) 2002 - 2019 European Organization for Nuclear Research (CERN).
*
* Indico is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 3 of the
* License, or (at your option) any later version.
*
* Indico is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Indico; if not, see <http://www.gnu.org/licenses/>.
*/

@import 'base/palette';

/* https://github.com/Semantic-Org/Semantic-UI/issues/3070 */
.ui.inverted > .ui.modal > .close {
color: $dark-black;
}

0 comments on commit c463026

Please sign in to comment.